Documentation

MailTipTypes extends Enumeration
in package

Defines the types of mail tips requested from the service.

Table of Contents

Constants

ALL  = 'All'
Represents all available mail tips.
CUSTOM_MAIL_TIP  = 'CustomMailTip'
Represents a custom mail tip.
DELIVERY_RESTRICTION  = 'DeliveryRestriction'
Indicates whether delivery restrictions will prevent the sender's message from reaching the recipient.
EXTERNAL_MEMBER_COUNT  = 'ExternalMemberCount'
Represents the count of external members.
INVALID_RECIPIENT  = 'InvalidRecipient'
Indicates whether the recipient is invalid.
MAILBOX_FULL_STATUS  = 'MailboxFullStatus'
Represents the status for a mailbox that is full.
MAX_MESSAGE_SIZE  = 'MaxMessageSize'
Represents the maximum message size a recipient can accept.
MODERATION_STATUS  = 'ModerationStatus'
Indicates whether the sender's message will be reviewed by a moderator.
OUT_OF_OFFICE_MESSAGE  = 'OutOfOfficeMessage'
Represents the Out of Office (OOF) message.
TOTAL_MEMBER_COUNT  = 'TotalMemberCount'
Represents the count of all members.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

ALL

Represents all available mail tips.

public string ALL = 'All'
Tags
since

Exchange 2010

CUSTOM_MAIL_TIP

Represents a custom mail tip.

public string CUSTOM_MAIL_TIP = 'CustomMailTip'
Tags
since

Exchange 2010

DELIVERY_RESTRICTION

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

public string DELIVERY_RESTRICTION = 'DeliveryRestriction'
Tags
since

Exchange 2010

EXTERNAL_MEMBER_COUNT

Represents the count of external members.

public string EXTERNAL_MEMBER_COUNT = 'ExternalMemberCount'
Tags
since

Exchange 2010

INVALID_RECIPIENT

Indicates whether the recipient is invalid.

public string INVALID_RECIPIENT = 'InvalidRecipient'
Tags
since

Exchange 2010

MAILBOX_FULL_STATUS

Represents the status for a mailbox that is full.

public string MAILBOX_FULL_STATUS = 'MailboxFullStatus'
Tags
since

Exchange 2010

MAX_MESSAGE_SIZE

Represents the maximum message size a recipient can accept.

public string MAX_MESSAGE_SIZE = 'MaxMessageSize'
Tags
since

Exchange 2010

MODERATION_STATUS

Indicates whether the sender's message will be reviewed by a moderator.

public string MODERATION_STATUS = 'ModerationStatus'
Tags
since

Exchange 2010

OUT_OF_OFFICE_MESSAGE

Represents the Out of Office (OOF) message.

public string OUT_OF_OFFICE_MESSAGE = 'OutOfOfficeMessage'
Tags
since

Exchange 2010

TOTAL_MEMBER_COUNT

Represents the count of all members.

public string TOTAL_MEMBER_COUNT = 'TotalMemberCount'
Tags
since

Exchange 2010

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results