Documentation

MailTips extends Type
in package

Represents values for various types of mail tips.

Table of Contents

Properties

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

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$CustomMailTip

Represents a customized mail tip message.

public string $CustomMailTip
Tags
since

Exchange 2010

$DeliveryRestricted

Indicates whether delivery restrictions will prevent the sender’s message from reaching the recipient.

public bool $DeliveryRestricted
Tags
since

Exchange 2010

$ExternalMemberCount

Represents the count of external members in a group.

public int $ExternalMemberCount
Tags
since

Exchange 2010

$InvalidRecipient

Indicates whether the recipient is invalid.

public bool $InvalidRecipient
Tags
since

Exchange 2010

$IsModerated

Indicates whether the recipient's mailbox is being moderated.

public bool $IsModerated
Tags
since

Exchange 2010

$MailboxFull

Indicates whether the mailbox for the recipient is full.

public bool $MailboxFull
Tags
since

Exchange 2010

$MaxMessageSize

Represents the maximum message size the recipient can accept.

public int $MaxMessageSize
Tags
since

Exchange 2010

$OutOfOffice

Represents the response message and a duration time for sending the response message.

public OutOfOfficeMailTip $OutOfOffice
Tags
since

Exchange 2010

$PendingMailTips

Indicates that the mail tips in this element could not be evaluated before the server's processing timeout expired.

public string $PendingMailTips
Tags
since

Exchange 2010

see
MailTipTypes

$RecipientAddress

Represents the mailbox of the recipient.

public EmailAddressType $RecipientAddress
Tags
since

Exchange 2010

$TotalMemberCount

Represents the count of all members in a group.

public int $TotalMemberCount
Tags
since

Exchange 2010

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results