Documentation

SmtpDomain extends Type
in package

Represents a single SMTP domain.

Table of Contents

Properties

$IncludeSubdomains  : bool
Indicates whether subdomains of the domain identified by the Name attribute are considered internal.
$Name  : string
Identifies the name of a domain.

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

$IncludeSubdomains

Indicates whether subdomains of the domain identified by the Name attribute are considered internal.

public bool $IncludeSubdomains

This attribute is optional.

Tags
since

Exchange 2010

$Name

Identifies the name of a domain.

public string $Name

This attribute 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