| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
MailTipType |
MailTips.getPendingMailTips()
Gets that the mail tips in this element could not be evaluated before the server's processing timeout expired.
|
static MailTipType |
MailTipType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailTipType[] |
MailTipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetMailTipsResponse |
Service.getMailTips(Mailbox sender,
java.util.List<Mailbox> recipients,
MailTipType type)
Gets the mail tips information for the specified mailbox.
|