MailTips

Inheritance: java.lang.Object

public final class MailTips

Represents values for the Mail Tips

Methods

MethodDescription
equals(Object arg0)
getClass()
getCustomMailTip()Gets a custom mail tip.
getDeliveryRestricted()Gets a value indicating whether delivery restrictions will prevent the sender’s message from reaching the recipient.
getExternalMemberCnt()Gets the number of external members in a group.
getInvalidRecipient()Gets a value indicating whether the recipient is invalid.
getMailboxFull()Gets a value indicating whether the mailbox for the recipient is full.
getMaxMsgSize()Gets the maximum message size the recipient can accept
getOutOfOffice()Gets the response message for OOF and the duration for sending this message.
getPendingMailTips()Gets a value indicating whether the mail tips in this element could not be evaluated before the server’s processing timeout expired.
getRecipientAddress()Gets the mailbox of the recipient.
getTotalMemberCnt()Gets the total number of members in a group.
hashCode()
isDeliveryRestrictedSpecified()Gets a value indicating whether DeliveryRestricted (#getDeliveryRestricted.getDeliveryRestricted/#setDeliveryRestricted(boolean).setDeliveryRestricted(boolean)) is specified
isInvalidRecipientSpecified()Gets a value indicating whether InvalidRecipient (#getInvalidRecipient.getInvalidRecipient/#setInvalidRecipient(boolean).setInvalidRecipient(boolean)) is specified
isMailboxFullSpecified()Gets a value indicating whether the MailboxFull (#getMailboxFull.getMailboxFull/#setMailboxFull(boolean).setMailboxFull(boolean)) is specified
isModerated()Gets a value indicating whether the recipient’s mailbox is being moderated.
isModeratedSpecified()Gets a value indicating whether the IsModerated (#isModerated.isModerated/#setModerated(boolean).setModerated(boolean)) is specified
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getCustomMailTip()

public final String getCustomMailTip()

Gets a custom mail tip.

Returns: java.lang.String

getDeliveryRestricted()

public final boolean getDeliveryRestricted()

Gets a value indicating whether delivery restrictions will prevent the sender’s message from reaching the recipient.

Returns: boolean

getExternalMemberCnt()

public final int getExternalMemberCnt()

Gets the number of external members in a group.

Returns: int

getInvalidRecipient()

public final boolean getInvalidRecipient()

Gets a value indicating whether the recipient is invalid.

Returns: boolean

getMailboxFull()

public final boolean getMailboxFull()

Gets a value indicating whether the mailbox for the recipient is full.

Returns: boolean

getMaxMsgSize()

public final int getMaxMsgSize()

Gets the maximum message size the recipient can accept

Returns: int

getOutOfOffice()

public final OutOfOfficeMailTip getOutOfOffice()

Gets the response message for OOF and the duration for sending this message.

Returns: OutOfOfficeMailTip

getPendingMailTips()

public final int getPendingMailTips()

Gets a value indicating whether the mail tips in this element could not be evaluated before the server’s processing timeout expired.

Returns: int

getRecipientAddress()

public final MailAddress getRecipientAddress()

Gets the mailbox of the recipient.

Returns: MailAddress

getTotalMemberCnt()

public final int getTotalMemberCnt()

Gets the total number of members in a group.

Returns: int

hashCode()

public native int hashCode()

Returns: int

isDeliveryRestrictedSpecified()

public final boolean isDeliveryRestrictedSpecified()

Gets a value indicating whether DeliveryRestricted (#getDeliveryRestricted.getDeliveryRestricted/#setDeliveryRestricted(boolean).setDeliveryRestricted(boolean)) is specified

Returns: boolean

isInvalidRecipientSpecified()

public final boolean isInvalidRecipientSpecified()

Gets a value indicating whether InvalidRecipient (#getInvalidRecipient.getInvalidRecipient/#setInvalidRecipient(boolean).setInvalidRecipient(boolean)) is specified

Returns: boolean

isMailboxFullSpecified()

public final boolean isMailboxFullSpecified()

Gets a value indicating whether the MailboxFull (#getMailboxFull.getMailboxFull/#setMailboxFull(boolean).setMailboxFull(boolean)) is specified

Returns: boolean

isModerated()

public final boolean isModerated()

Gets a value indicating whether the recipient’s mailbox is being moderated.

Returns: boolean

isModeratedSpecified()

public final boolean isModeratedSpecified()

Gets a value indicating whether the IsModerated (#isModerated.isModerated/#setModerated(boolean).setModerated(boolean)) is specified

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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