Documentation

AlternateIdType extends AlternateIdBaseType
in package

Describes an identifier to convert in a request and the results of a converted identifier in the response.

Table of Contents

Properties

$Format  : string
Describes the source or destination format in a request.
$Id  : string
Describes the source identifier in a ConvertId Operation request and describes the destination identifier in a ConvertId Operation response.
$IsArchive  : bool
Indicates whether the identifier represents an archived item or folder.
$Mailbox  : string
Describes the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.

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

$Format

Describes the source or destination format in a request.

public string $Format
Tags
since

Exchange 2007 SP1

see
IdFormatType

$Id

Describes the source identifier in a ConvertId Operation request and describes the destination identifier in a ConvertId Operation response.

public string $Id
Tags
since

Exchange 2007 SP1

$IsArchive

Indicates whether the identifier represents an archived item or folder.

public bool $IsArchive

A value of true indicates that the identifier represents an archived item or folder. This attribute is optional.

Tags
since

Exchange 2010 SP1

$Mailbox

Describes the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.

public string $Mailbox
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