Documentation

ServerVersionInfo extends Type
in package

Represents the Microsoft Exchange Server version number.

Table of Contents

Properties

$MajorBuildNumber  : int
Describes the major build number.
$MajorVersion  : int
Describes the major version number.
$MinorBuildNumber  : int
Describes the minor build number.
$MinorVersion  : int
Describes the minor version number.
$Version  : string
Describes the Exchange Web Services (EWS) schema version.

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

$MajorBuildNumber

Describes the major build number.

public int $MajorBuildNumber
Tags
since

Exchange 2007

$MajorVersion

Describes the major version number.

public int $MajorVersion
Tags
since

Exchange 2007

$MinorBuildNumber

Describes the minor build number.

public int $MinorBuildNumber
Tags
since

Exchange 2007

$MinorVersion

Describes the minor version number.

public int $MinorVersion
Tags
since

Exchange 2007

$Version

Describes the Exchange Web Services (EWS) schema version.

public string $Version
Tags
since

Exchange 2007

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