Example #1
0
  /** Registers properties. */
  @Override
  protected 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);
  }
Example #2
0
 /**
  * Registers properties.
  *
  * <p>IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the same order as they
  * are defined in types.xsd)
  */
 @Override
 protected void registerProperties() {
   super.registerProperties();
   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(StoreEntryId);
 }
 /**
  * Registers properties. IMPORTANT NOTE: PROPERTIES MUST BE REGISTERED IN SCHEMA ORDER (i.e. the
  * same order as they are defined in types.xsd)
  */
 @Override
 protected void registerProperties() {
   super.registerProperties();
   this.registerProperty(ResponseObjectSchema.ReferenceItemId);
 }