MailTips

The MailTips element represents values for various types of mail tips.

<MailTips>
   <RecipientAddress/>
   <PendingMailTips/>
   <OutOfOffice/>
   <MailboxFull/>
   <CustomMailTip/>
   <TotalMemberCount/>
   <ExternalMemberCount/>
   <MaxMessageSize/>
   <DeliveryRestricted/>
   <IsModerated/>
   <InvalidRecipient/>
</MailTips>

MailTips

Attributes and elements

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

Attributes

None.

Child elements

Element Description
RecipientAddress
Represents the mailbox of the recipient.
PendingMailTips
Indicates that the mail tips in this element could not be evaluated before the server's processing timeout expired.
OutOfOffice
Represents the response message and a duration time for sending the response message.
MailboxFull
Indicates whether the mailbox for the recipient is full.
CustomMailTip
Represents a customized mail tip message.
TotalMemberCount
Represents the count of all members in a group.
ExternalMemberCount
Represents the count of external members in a group.
MaxMessageSize
Represents the maximum message size the recipient can accept.
DeliveryRestricted
Indicates whether delivery restrictions will prevent the sender's message from reaching the recipient.
IsModerated
Indicates whether the recipient's mailbox is being moderated.
InvalidRecipient (MailTips)
Indicates whether the recipient is invalid.

Parent elements

Element Description
MailTipsResponseMessageType
Represents mail tips 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

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

See also