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
$Id
Describes the source identifier in a ConvertId Operation request and describes the destination identifier in a ConvertId Operation response.
public
string
$Id
Tags
$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
$Mailbox
Describes the mailbox primary Simple Mail Transfer Protocol (SMTP) address that contains the identifiers to translate.
public
string
$Mailbox
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