Documentation

MailTipsServiceConfiguration extends ServiceConfiguration
in package

Represents service configuration information for the mail tips service.

Table of Contents

Properties

$InternalDomains  : SmtpDomainList
Identifies the list of internal SMTP domains of the organization.
$LargeAudienceThreshold  : int
Represents the large audience threshold for a client.
$MailTipsEnabled  : bool
Indicates whether the mail tips service is available.
$MaxMessageSize  : int
Represents the maximum message size a recipient can accept.
$MaxRecipientsPerGetMailTipsRequest  : int
Indicates the maximum number of recipients that can be passed to the GetMailTips operation.
$ShowExternalRecipientCount  : bool
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.

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

$InternalDomains

Identifies the list of internal SMTP domains of the organization.

public SmtpDomainList $InternalDomains

This element is required.

Tags
since

Exchange 2010

$LargeAudienceThreshold

Represents the large audience threshold for a client.

public int $LargeAudienceThreshold

This element is required.

Tags
since

Exchange 2010

$MailTipsEnabled

Indicates whether the mail tips service is available.

public bool $MailTipsEnabled

This element is required.

Tags
since

Exchange 2010

$MaxMessageSize

Represents the maximum message size a recipient can accept.

public int $MaxMessageSize

This element is required.

Tags
since

Exchange 2010

$MaxRecipientsPerGetMailTipsRequest

Indicates the maximum number of recipients that can be passed to the GetMailTips operation.

public int $MaxRecipientsPerGetMailTipsRequest

This element is required.

Tags
since

Exchange 2010

$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.

public bool $ShowExternalRecipientCount

This element is required.

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