Documentation

ConvertIdType extends BaseRequestType
in package

Defines a request to convert item and folder identifiers between supported Exchange formats.

Table of Contents

Properties

$DestinationFormat  : string
Describes the identifier format that will be returned for all the converted identifiers.
$SourceIds  : NonEmptyArrayOfAlternateIdsType
Contains the source identifiers to convert.

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

$DestinationFormat

Describes the identifier format that will be returned for all the converted identifiers.

public string $DestinationFormat

The DestinationFormat is described by the IdFormatType.

Tags
since

Exchange 2007 SP1

see
IdFormatType

$SourceIds

Contains the source identifiers to convert.

public NonEmptyArrayOfAlternateIdsType $SourceIds
Tags
since

Exchange 2007 SP1

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