Share via


MailboxId members

Include protected members
Include inherited members

Identifies a mailbox.

The MailboxId type exposes the following members.

Constructors

  Name Description
Public method MailboxId() Initializes a new instance of the MailboxId class.
Public method MailboxId([]) Initializes a new instance of the MailboxId class from the specified binary representation of the identifier.
Public method MailboxId(String) Initializes a new instance of the MailboxId class from the specified distinguished name.
Public method MailboxId(MapiEntryId) Initializes a new instance of the MailboxId class for the mailbox with the specified entry identifier.
Public method MailboxId(DatabaseId, Guid) Initializes a new instance of the MailboxId class for the mailbox with the specified unique identifier in the specified mailbox database.

Top

Properties

  Name Description
Public property MailboxDatabaseId Gets the database identifier of the database that contains the specified mailbox.
Public property MailboxExchangeLegacyDn Gets the distinguished name of the specified mailbox.
Public property MailboxGuid Gets the unique identifier of the specified mailbox.
Public property MapiEntryId (Inherited from MapiObjectId.)

Top

Methods

  Name Description
Public method CompareTo (Inherited from MapiObjectId.)
Public method Equals(Object) Determines whether a specified mailbox identifier is equal to the specified object. (Overrides MapiObjectId.Equals(Object).)
Public method Equals(MapiObjectId) Determines whether two specified mailbox identifiers are equal. (Overrides MapiObjectId.Equals(MapiObjectId).)
Public method GetBytes (Inherited from MapiObjectId.)
Public method GetHashCode Returns a unique code for this instance of the MailboxId class. (Overrides MapiObjectId.GetHashCode().)
Public methodStatic member Parse Initializes a new instance of the MailboxId class from the specified string.
Public method ToString Returns the string representation of the specified mailbox identifier. (Overrides Object.ToString().)

Top

See also

Reference

MailboxId class

Microsoft.Exchange.Data.Mapi namespace