AlternateIdType Members
The AlternateIdType class describes an identifier to convert in a request and the results of a converted identifier in the response.
The following tables list the members exposed by the AlternateIdType type.
Public Constructors
Name | Description | |
---|---|---|
AlternateIdType | The AlternateIdType constructor initializes a new instance of the AlternateIdType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Format | The Format property gets or sets the source format in a ConvertId request and the destination format in a ConvertId response.(inherited from AlternateIdBaseType) | |
Id | The Id property gets or sets the source identifier in a ConvertId request and describes the destination identifier in a ConvertId response. | |
Mailbox | The Mailbox property gets or sets the mailbox primary SMTP address that contains the identifiers to translate. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also