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

ConstructorDescription
MapiContactOtherPropertySet()Initializes a new instance of MapiContactOtherPropertySet class

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

setReminderTime(Date value)

public final void setReminderTime(Date value)

Specifies the initial signal time for a reminder.

Parameters:

ParameterTypeDescription
valuejava.util.Date

setReminderTopic(String value)

public final void setReminderTopic(String value)

Represents the status of a meeting request.

Parameters:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int