AlternateId Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an identifier expressed in a specific format.
public ref class AlternateId : Microsoft::Exchange::WebServices::Data::AlternateIdBase
public class AlternateId : Microsoft.Exchange.WebServices.Data.AlternateIdBase
Public Class AlternateId
Inherits AlternateIdBase
- Inheritance
Constructors
AlternateId() |
Initializes a new instance of the AlternateId class. |
AlternateId(IdFormat, String, String, Boolean) |
Initializes a new instance of the AlternateId class by using the supplied format, identifier, mailbox SMTP address, and archive identifier flag. |
AlternateId(IdFormat, String, String) |
Initializes a new instance of the AlternateId class by using the supplied format, identifier, and mailbox SMTP address. |
Properties
Format |
Gets or sets the identifier format for an item or folder identifier. (Inherited from AlternateIdBase) |
IsArchive |
Gets or sets a value that indicates whether the identifier represents an archive item or folder identifier. |
Mailbox |
Gets or sets the SMTP address of the mailbox that contains the identifier to convert. |
UniqueId |
Gets or sets the identifier to convert. |