public class MailTipsConfiguration
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SmtpDomain> |
getInternalDomains()
Gets the list of internal SMTP domains of the organization.
|
int |
getLargeAudienceThreshold()
Gets the large audience threshold for a client.
|
int |
getMaxMessageSize()
Gets the maximum message size a recipient can accept.
|
int |
getMaxRecipients()
Gets the maximum number of recipients that can be passed to the GetMailTips Operation.
|
boolean |
getShowExternalRecipientCount()
Gets whether consumers of the GetMailTips Operation have to show mail tips that indicate the number of external recipients to which a message is addressed.
|
boolean |
isMailTipsEnabled()
Gets whether the mail tips service is available.
|
public boolean isMailTipsEnabled()
public int getMaxRecipients()
public int getMaxMessageSize()
public int getLargeAudienceThreshold()
public boolean getShowExternalRecipientCount()
public java.util.List<SmtpDomain> getInternalDomains()