RegisterProperties method
void
RegisterProperties(
)
override
Registers properties.
Implementation
@override
void RegisterProperties() {
super.RegisterProperties();
// todo("restore property registration");
this.RegisterProperty(MimeContent);
this.RegisterProperty(Id);
this.RegisterProperty(ParentFolderId);
this.RegisterProperty(ItemClass);
this.RegisterProperty(Subject);
this.RegisterProperty(Sensitivity);
this.RegisterProperty(Body);
this.RegisterProperty(Attachments);
this.RegisterProperty(DateTimeReceived);
this.RegisterProperty(Size);
this.RegisterProperty(Categories);
this.RegisterProperty(Importance);
this.RegisterProperty(InReplyTo);
this.RegisterProperty(IsSubmitted);
this.RegisterProperty(IsDraft);
this.RegisterProperty(IsFromMe);
this.RegisterProperty(IsResend);
this.RegisterProperty(IsUnmodified);
// this.RegisterProperty(InternetMessageHeaders);
this.RegisterProperty(DateTimeSent);
this.RegisterProperty(DateTimeCreated);
// this.RegisterProperty(AllowedResponseActions);
this.RegisterProperty(ReminderDueBy);
this.RegisterProperty(IsReminderSet);
this.RegisterProperty(ReminderMinutesBeforeStart);
this.RegisterProperty(DisplayCc);
this.RegisterProperty(DisplayTo);
this.RegisterProperty(HasAttachments);
this.RegisterProperty(ServiceObjectSchema.ExtendedProperties);
this.RegisterProperty(Culture);
this.RegisterProperty(EffectiveRights);
this.RegisterProperty(LastModifiedName);
this.RegisterProperty(LastModifiedTime);
this.RegisterProperty(IsAssociated);
this.RegisterProperty(WebClientReadFormQueryString);
this.RegisterProperty(WebClientEditFormQueryString);
this.RegisterProperty(ConversationId);
this.RegisterProperty(UniqueBody);
this.RegisterProperty(Flag);
this.RegisterProperty(StoreEntryId);
this.RegisterProperty(InstanceKey);
// this.RegisterProperty(NormalizedBody);
// this.RegisterProperty(EntityExtractionResult);
// this.RegisterProperty(PolicyTag);
// this.RegisterProperty(ArchiveTag);
// this.RegisterProperty(RetentionDate);
this.RegisterProperty(Preview);
this.RegisterProperty(TextBody);
// this.RegisterProperty(IconIndex);
// this.RegisterProperty(MimeContentUTF8);
//
// this.RegisterProperty(Hashtags);
// this.RegisterProperty(Mentions);
// this.RegisterProperty(MentionedMe);
}