3.1.4.1.3.27 t:MailTipsServiceConfiguration Complex Type

The MailTipsServiceConfiguration complex type contains service configuration information for the mail tips service. This complex type extends the ServiceConfiguration complex type, as specified in section 3.1.4.1.3.56.

 <xs:complexType name="MailTipsServiceConfiguration">
   <xs:complexContent>
     <xs:extension base="t:ServiceConfiguration">
       <xs:sequence>
         <xs:element minOccurs="1" maxOccurs="1" name="MailTipsEnabled" 
             type="xs:boolean"/> 
         <xs:element minOccurs="1" maxOccurs="1" 
             name="MaxRecipientsPerGetMailTipsRequest" type="xs:int"/>
         <xs:element minOccurs="1" maxOccurs="1" name="MaxMessageSize" 
             type="xs:int"/>
         <xs:element minOccurs="1" maxOccurs="1" name="LargeAudienceThreshold" 
             type="xs:int"/>
         <xs:element minOccurs="1" maxOccurs="1" name="ShowExternalRecipientCount" 
             type="xs:boolean"/>
         <xs:element minOccurs="1" maxOccurs="1" name="InternalDomains" 
             type="t:SmtpDomainList"/>
         <xs:element minOccurs="1" maxOccurs="1" name="PolicyTipsEnabled" 
             type="xs:boolean" />
         <xs:element minOccurs="1" maxOccurs="1" name="LargeAudienceCap" 
             type="xs:int" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

The following table lists the child elements of the MailTipsServiceConfiguration complex type.

Element

Type

Description

MailTipsEnabled

xs:boolean ([XMLSCHEMA2] section 3.2.2)

Specifies whether the mail tips service is available. A text value of "true" indicates that mail tips are enabled. This element MUST be present.

MaxRecipientsPerGetMailTipsRequest

xs:int ([XMLSCHEMA2] section 3.3.17)

Specifies the maximum number of recipients that can be passed to the GetMailTips WSDL operation ([MS-OXWMT] section 3.1.4.1).

This element MUST be included if the MailTipsServiceConfiguration complex type is used and MUST be a non-negative integer, as specified in [XMLSCHEMA2] section 3.3.20.

MaxMessageSize

xs:int

Specifies the maximum message size that the user identified by the ActingAs element of the GetServiceConfigurationType complex type (section 3.1.4.1.3.19) can send.

This element MUST be included if the MailTipsServiceConfiguration complex type is used and MUST be a non-negative integer.

LargeAudienceThreshold

xs:int

Specifies the large audience threshold for clients.

This element MUST be included if the MailTipsServiceConfiguration complex type is used and MUST be a non-negative integer.

ShowExternalRecipientCount

xs:boolean

Specifies whether clients that are using the GetMailTips WSDL operation have to show mail tips that indicate the number of external recipients to which a message is addressed. A text value of "true" indicates that clients have to show mail tips.

This element MUST be included if the MailTipsServiceConfiguration complex type is used.

InternalDomains

t:SmtpDomainList (section 3.1.4.1.3.59)

Specifies a list of Simple Mail Transfer Protocol (SMTP) domains that are internal to an organization. This information is provided so that mail client software can provide external recipient mail tips when offline.

This element MUST be included if the MailTipsServiceConfiguration complex type is used.

PolicyTipsEnabled

xs:boolean

Specifies whether policy tips are enabled.<27> A text value of "true" indicates that policy tips are enabled.

LargeAudienceCap

xs:int

Specifies the maximum number of recipients for a mailbox item.<28>