AlternateId Class

Definition

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
AlternateId

Constructors

AlternateId()

Initializes a new instance of the AlternateId class.

AlternateId(IdFormat, String, String)

Initializes a new instance of the AlternateId class by using the supplied format, identifier, and mailbox SMTP address.

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.

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.

Applies to