com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class MapiContactOtherPropertySet



  • public final class MapiContactOtherPropertySet
    extends Object

    The properties are used to specify additional properies of contact.

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean getJournal()
      Specifies whether to create a journal for each action associated with this contact.
      boolean getPrivate()
      Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
      Date getReminderTime()
      Specifies the initial signal time for a reminder.
      String getReminderTopic()
      Represents the status of a meeting request.
      String getUserField1()
      Specifies the first field on the contact that is intended for miscellaneous use for the contact.
      String getUserField2()
      Specifies the second field on the contact that is intended for miscellaneous use for the contact.
      String getUserField3()
      Specifies the third field on the contact that is intended for miscellaneous use for the contact.
      String getUserField4()
      Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
      void setJournal(boolean value)
      Specifies whether to create a journal for each action associated with this contact.
      void setPrivate(boolean value)
      Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
      void setReminderTime(Date value)
      Specifies the initial signal time for a reminder.
      void setReminderTopic(String value)
      Represents the status of a meeting request.
      void setUserField1(String value)
      Specifies the first field on the contact that is intended for miscellaneous use for the contact.
      void setUserField2(String value)
      Specifies the second field on the contact that is intended for miscellaneous use for the contact.
      void setUserField3(String value)
      Specifies the third field on the contact that is intended for miscellaneous use for the contact.
      void setUserField4(String value)
      Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
    • Constructor Detail

    • Method Detail

      • getPrivate

        public final boolean getPrivate()

        Indicates whether the end-user wants this message object hidden from other users who have access to the message object.

      • setPrivate

        public final void setPrivate(boolean value)

        Indicates whether the end-user wants this message object hidden from other users who have access to the message object.

      • getJournal

        public final boolean getJournal()

        Specifies whether to create a journal for each action associated with this contact.

      • setJournal

        public final void setJournal(boolean value)

        Specifies whether to create a journal for each action associated with this contact.

      • getReminderTime

        public final Date getReminderTime()

        Specifies the initial signal time for a reminder.

      • setReminderTime

        public final void setReminderTime(Date value)

        Specifies the initial signal time for a reminder.

      • getReminderTopic

        public final String getReminderTopic()

        Represents the status of a meeting request.

      • setReminderTopic

        public final void setReminderTopic(String value)

        Represents the status of a meeting request.

      • getUserField1

        public final String getUserField1()

        Specifies the first field on the contact that is intended for miscellaneous use for the contact.

      • setUserField1

        public final void setUserField1(String value)

        Specifies the first field on the contact that is intended for miscellaneous use for the contact.

      • getUserField2

        public final String getUserField2()

        Specifies the second field on the contact that is intended for miscellaneous use for the contact.

      • setUserField2

        public final void setUserField2(String value)

        Specifies the second field on the contact that is intended for miscellaneous use for the contact.

      • getUserField3

        public final String getUserField3()

        Specifies the third field on the contact that is intended for miscellaneous use for the contact.

      • setUserField3

        public final void setUserField3(String value)

        Specifies the third field on the contact that is intended for miscellaneous use for the contact.

      • getUserField4

        public final String getUserField4()

        Specifies the forth field on the contact that is intended for miscellaneous use for the contact.

      • setUserField4

        public final void setUserField4(String value)

        Specifies the forth field on the contact that is intended for miscellaneous use for the contact.