MailTipsConfiguration (MailTipsServiceConfiguration)

The MailTipsConfiguration element contains service configuration information for the mail tips service.

<MailTipsConfiguration>
   <MailTipsEnabled/>
   <MaxRecipientsPerGetMailTipsRequest/>
   <MaxMessageSize/>
   <LargeAudienceThreshold/>
   <ShowExternalRecipientCount/>
   <InternalDomains/>
</MailTipsConfiguration>

MailTipsServiceConfiguration

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

Element Description
MailTipsEnabled
Indicates whether the mail tips service is available. This element is required.
MaxRecipientsPerGetMailTipsRequest
Indicates the maximum number of recipients that can be passed to the GetMailTips operation. This element is required.
MaxMessageSize
Represents the maximum message size a recipient can accept. This element is required.
LargeAudienceThreshold
Represents the large audience threshold for a client. This element is required.
ShowExternalRecipientCount
Indicates whether consumers of the GetMailTips operation have to show mail tips that indicate the number of external recipients to which a message is addressed. This element is required.
InternalDomains (SmtpDomainList)
Identifies the list of internal SMTP domains of the organization. This element is required.

Parent elements

Element Description
ServiceConfigurationResponseMessageType
Contains service configuration settings.

Text value

None.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/messages
Schema Name
Messages schema
Validation File
Messages.xsd
Can be Empty
False

See also