public final class MapiContactOtherPropertySet extends Object
The properties are used to specify additional properies of contact.
Constructor and Description |
---|
MapiContactOtherPropertySet()
Initializes a new instance of
MapiContactOtherPropertySet class |
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.
|
public MapiContactOtherPropertySet()
Initializes a new instance of MapiContactOtherPropertySet
class
public final boolean getPrivate()
Indicates whether the end-user wants this message object hidden from other users who have access to the message object.
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.
public final boolean getJournal()
Specifies whether to create a journal for each action associated with this contact.
public final void setJournal(boolean value)
Specifies whether to create a journal for each action associated with this contact.
public final Date getReminderTime()
Specifies the initial signal time for a reminder.
public final void setReminderTime(Date value)
Specifies the initial signal time for a reminder.
public final String getReminderTopic()
Represents the status of a meeting request.
public final void setReminderTopic(String value)
Represents the status of a meeting request.
public final String getUserField1()
Specifies the first field on the contact that is intended for miscellaneous use for the contact.
public final void setUserField1(String value)
Specifies the first field on the contact that is intended for miscellaneous use for the contact.
public final String getUserField2()
Specifies the second field on the contact that is intended for miscellaneous use for the contact.
public final void setUserField2(String value)
Specifies the second field on the contact that is intended for miscellaneous use for the contact.
public final String getUserField3()
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
public final void setUserField3(String value)
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
public final String getUserField4()
Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
public final void setUserField4(String value)
Specifies the forth field on the contact that is intended for miscellaneous use for the contact.