MapiContactOtherPropertySet
Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet
public final class MapiContactOtherPropertySet extends MapiContactPropertySet
The properties are used to specify additional properies of contact.
Constructors
Constructor | Description |
---|---|
MapiContactOtherPropertySet() | Initializes a new instance of MapiContactOtherPropertySet class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getJournal() | Specifies whether to create a journal for each action associated with this contact. |
getPrivate() | Indicates whether the end-user wants this message object hidden from other users who have access to the message object. |
getReminderTime() | Specifies the initial signal time for a reminder. |
getReminderTopic() | Represents the status of a meeting request. |
getUserField1() | Specifies the first field on the contact that is intended for miscellaneous use for the contact. |
getUserField2() | Specifies the second field on the contact that is intended for miscellaneous use for the contact. |
getUserField3() | Specifies the third field on the contact that is intended for miscellaneous use for the contact. |
getUserField4() | Specifies the forth field on the contact that is intended for miscellaneous use for the contact. |
hashCode() | |
notify() | |
notifyAll() | |
setJournal(boolean value) | Specifies whether to create a journal for each action associated with this contact. |
setPrivate(boolean value) | Indicates whether the end-user wants this message object hidden from other users who have access to the message object. |
setReminderTime(Date value) | Specifies the initial signal time for a reminder. |
setReminderTopic(String value) | Represents the status of a meeting request. |
setUserField1(String value) | Specifies the first field on the contact that is intended for miscellaneous use for the contact. |
setUserField2(String value) | Specifies the second field on the contact that is intended for miscellaneous use for the contact. |
setUserField3(String value) | Specifies the third field on the contact that is intended for miscellaneous use for the contact. |
setUserField4(String value) | Specifies the forth field on the contact that is intended for miscellaneous use for the contact. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiContactOtherPropertySet()
public MapiContactOtherPropertySet()
Initializes a new instance of MapiContactOtherPropertySet class
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getJournal()
public final boolean getJournal()
Specifies whether to create a journal for each action associated with this contact.
Returns: boolean
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.
Returns: boolean
getReminderTime()
public final Date getReminderTime()
Specifies the initial signal time for a reminder.
Returns: java.util.Date
getReminderTopic()
public final String getReminderTopic()
Represents the status of a meeting request.
Returns: java.lang.String
getUserField1()
public final String getUserField1()
Specifies the first field on the contact that is intended for miscellaneous use for the contact.
Returns: java.lang.String
getUserField2()
public final String getUserField2()
Specifies the second field on the contact that is intended for miscellaneous use for the contact.
Returns: java.lang.String
getUserField3()
public final String getUserField3()
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
Returns: java.lang.String
getUserField4()
public final String getUserField4()
Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setJournal(boolean value)
public final void setJournal(boolean value)
Specifies whether to create a journal for each action associated with this contact.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setPrivate(boolean value)
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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setReminderTime(Date value)
public final void setReminderTime(Date value)
Specifies the initial signal time for a reminder.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.Date |
setReminderTopic(String value)
public final void setReminderTopic(String value)
Represents the status of a meeting request.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUserField1(String value)
public final void setUserField1(String value)
Specifies the first field on the contact that is intended for miscellaneous use for the contact.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUserField2(String value)
public final void setUserField2(String value)
Specifies the second field on the contact that is intended for miscellaneous use for the contact.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUserField3(String value)
public final void setUserField3(String value)
Specifies the third field on the contact that is intended for miscellaneous use for the contact.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setUserField4(String value)
public final void setUserField4(String value)
Specifies the forth field on the contact that is intended for miscellaneous use for the contact.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |