public class MailTips
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomMailTip()
Gets a customized mail tip message.
|
boolean |
getDeliveryRestricted()
Gets whether delivery restrictions will prevent the sender's message from reaching the recipient.
|
int |
getExternalMemberCount()
Gets the count of external members in a group.
|
boolean |
getInvalidRecipient()
Gets whether the recipient is invalid.
|
int |
getMaxMessageSize()
Gets the maximum message size the recipient can accept.
|
OutOfOfficeMailTip |
getOutOfOffice()
Gets the response message and a duration time for sending the response message.
|
MailTipType |
getPendingMailTips()
Gets that the mail tips in this element could not be evaluated before the server's processing timeout expired.
|
Mailbox |
getRecipient()
Gets the mailbox of the recipient.
|
int |
getTotalMemberCount()
Gets the count of all members in a group.
|
boolean |
isMailboxFull()
Gets whether the mailbox for the recipient is full.
|
boolean |
isModerated()
Gets whether the recipient's mailbox is being moderated.
|
public Mailbox getRecipient()
public MailTipType getPendingMailTips()
public OutOfOfficeMailTip getOutOfOffice()
public boolean isMailboxFull()
public java.lang.String getCustomMailTip()
public int getTotalMemberCount()
public int getExternalMemberCount()
public int getMaxMessageSize()
public boolean getDeliveryRestricted()
public boolean isModerated()
public boolean getInvalidRecipient()