public final class MailTips extends Object
Represents values for the Mail Tips
Modifier and Type | Method and Description |
---|---|
String |
getCustomMailTip()
Gets a custom mail tip.
|
boolean |
getDeliveryRestricted()
Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient.
|
int |
getExternalMemberCnt()
Gets the number of external members in a group.
|
boolean |
getInvalidRecipient()
Gets a value indicating whether the recipient is invalid.
|
boolean |
getMailboxFull()
Gets a value indicating whether the mailbox for the recipient is full.
|
int |
getMaxMsgSize()
Gets the maximum message size the recipient can accept
|
OutOfOfficeMailTip |
getOutOfOffice()
Gets the response message for OOF and the duration for sending this message.
|
int |
getPendingMailTips()
Gets a value indicating whether the mail tips in this element could not be evaluated before the server's processing timeout expired.
|
MailAddress |
getRecipientAddress()
Gets the mailbox of the recipient.
|
int |
getTotalMemberCnt()
Gets the total number of members in a group.
|
boolean |
isDeliveryRestrictedSpecified()
Gets a value indicating whether
DeliveryRestricted (getDeliveryRestricted() /setDeliveryRestricted(boolean) ) is specified |
boolean |
isInvalidRecipientSpecified()
Gets a value indicating whether
InvalidRecipient (getInvalidRecipient() /setInvalidRecipient(boolean) ) is specified |
boolean |
isMailboxFullSpecified()
Gets a value indicating whether the
MailboxFull (getMailboxFull() /setMailboxFull(boolean) ) is specified |
boolean |
isModerated()
Gets a value indicating whether the recipient's mailbox is being moderated.
|
boolean |
isModeratedSpecified()
|
public final MailAddress getRecipientAddress()
Gets the mailbox of the recipient.
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.
public final OutOfOfficeMailTip getOutOfOffice()
Gets the response message for OOF and the duration for sending this message.
public final boolean getMailboxFull()
Gets a value indicating whether the mailbox for the recipient is full.
public final boolean isMailboxFullSpecified()
Gets a value indicating whether the MailboxFull
(getMailboxFull()
/setMailboxFull(boolean)
) is specified
public final String getCustomMailTip()
Gets a custom mail tip.
public final int getTotalMemberCnt()
Gets the total number of members in a group.
public final int getExternalMemberCnt()
Gets the number of external members in a group.
public final int getMaxMsgSize()
Gets the maximum message size the recipient can accept
public final boolean getDeliveryRestricted()
Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient.
public final boolean isDeliveryRestrictedSpecified()
Gets a value indicating whether DeliveryRestricted
(getDeliveryRestricted()
/setDeliveryRestricted(boolean)
) is specified
public final boolean isModerated()
Gets a value indicating whether the recipient's mailbox is being moderated.
public final boolean isModeratedSpecified()
Gets a value indicating whether the IsModerated
(isModerated
/setModerated(boolean)
) is specified
public final boolean getInvalidRecipient()
Gets a value indicating whether the recipient is invalid.
public final boolean isInvalidRecipientSpecified()
Gets a value indicating whether InvalidRecipient
(getInvalidRecipient()
/setInvalidRecipient(boolean)
) is specified