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
$SourceIds
Contains the source identifiers to convert.
public
NonEmptyArrayOfAlternateIdsType
$SourceIds
Tags
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