MailTipsConfiguration (MailTipsServiceConfiguration)

Last modified: May 25, 2010

Applies to: Exchange Server 2007 | Exchange Server 2010

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 of the Client Access server.

Element Information

Namespace

https://schemas.microsoft.com/exchange/services/2006/messages

Schema Name

Messages schema

Validation File

Messages.xsd

Can be Empty

False

See Also

Other Resources