RegisterProperties method
void
RegisterProperties(
)
override
Registers properties.
Implementation
@override
void RegisterProperties() {
super.RegisterProperties();
this.RegisterProperty(Id);
this.RegisterProperty(Topic);
this.RegisterProperty(UniqueRecipients);
this.RegisterProperty(GlobalUniqueRecipients);
this.RegisterProperty(UniqueUnreadSenders);
this.RegisterProperty(GlobalUniqueUnreadSenders);
this.RegisterProperty(UniqueSenders);
this.RegisterProperty(GlobalUniqueSenders);
this.RegisterProperty(LastDeliveryTime);
this.RegisterProperty(GlobalLastDeliveryTime);
this.RegisterProperty(Categories);
this.RegisterProperty(GlobalCategories);
this.RegisterProperty(FlagStatus);
this.RegisterProperty(GlobalFlagStatus);
this.RegisterProperty(HasAttachments);
this.RegisterProperty(GlobalHasAttachments);
this.RegisterProperty(MessageCount);
this.RegisterProperty(GlobalMessageCount);
this.RegisterProperty(UnreadCount);
this.RegisterProperty(GlobalUnreadCount);
this.RegisterProperty(Size);
this.RegisterProperty(GlobalSize);
this.RegisterProperty(ItemClasses);
this.RegisterProperty(GlobalItemClasses);
this.RegisterProperty(Importance);
this.RegisterProperty(GlobalImportance);
this.RegisterProperty(ItemIds);
this.RegisterProperty(GlobalItemIds);
this.RegisterProperty(LastModifiedTime);
this.RegisterProperty(InstanceKey);
this.RegisterProperty(Preview);
this.RegisterProperty(IconIndex);
this.RegisterProperty(GlobalIconIndex);
this.RegisterProperty(DraftItemIds);
this.RegisterProperty(HasIrm);
this.RegisterProperty(GlobalHasIrm);
}