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 is specified |
boolean |
isInvalidRecipientSpecified()
Gets a value indicating whether
InvalidRecipient is specified |
boolean |
isMailboxFullSpecified()
Gets a value indicating whether the
MailboxFull is specified |
boolean |
isModerated()
Gets a value indicating whether the recipient's mailbox is being moderated.
|
boolean |
isModeratedSpecified()
Gets a value indicating whether the
IsModerated is specified |
public MailAddress getRecipientAddress()
Gets the mailbox of the recipient.
public 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 OutOfOfficeMailTip getOutOfOffice()
Gets the response message for OOF and the duration for sending this message.
public boolean getMailboxFull()
Gets a value indicating whether the mailbox for the recipient is full.
public boolean isMailboxFullSpecified()
Gets a value indicating whether the MailboxFull
is specified
public String getCustomMailTip()
Gets a custom mail tip.
public int getTotalMemberCnt()
Gets the total number of members in a group.
public int getExternalMemberCnt()
Gets the number of external members in a group.
public int getMaxMsgSize()
Gets the maximum message size the recipient can accept
public boolean getDeliveryRestricted()
Gets a value indicating whether delivery restrictions will prevent the sender's message from reaching the recipient.
public boolean isDeliveryRestrictedSpecified()
Gets a value indicating whether DeliveryRestricted
is specified
public boolean isModerated()
Gets a value indicating whether the recipient's mailbox is being moderated.
public boolean isModeratedSpecified()
Gets a value indicating whether the IsModerated
is specified
public boolean getInvalidRecipient()
Gets a value indicating whether the recipient is invalid.
public boolean isInvalidRecipientSpecified()
Gets a value indicating whether InvalidRecipient
is specified
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.