public MessageEventRuleClassification() { this.extendedProperties = new ExtendedPropertyStore <MessageEventRuleClassificationProperty>(); this.EventRuleClassificationId = IdGenerator.GenerateIdentifier(IdScope.MessageEventRuleClassification); }
public MessageEventSourceItem() { this.extendedProperties = new ExtendedPropertyStore <MessageEventSourceItemProperty>(); this.SourceItemId = IdGenerator.GenerateIdentifier(IdScope.MessageEventSourceItem); }
public MessageRecipientStatus() { this.extendedProperties = new ExtendedPropertyStore <MessageRecipientStatusProperty>(); this.RecipientStatusId = IdGenerator.GenerateIdentifier(IdScope.MessageRecipientStatus); }