Compartir a través de


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(DatabaseId, Guid) Initializes a new instance of the MailboxId class for the mailbox with the specified unique identifier in the specified mailbox database.
Public method MailboxId(MapiEntryId) Initializes a new instance of the MailboxId class for the mailbox with the specified entry identifier.
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.

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(MapiObjectId) Determines whether two specified mailbox identifiers are equal. (Overrides MapiObjectId.Equals(MapiObjectId).)
Public method Equals(Object) Determines whether a specified mailbox identifier is equal to the specified object. (Overrides MapiObjectId.Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetBytes (Inherited from MapiObjectId.)
Public method GetHashCode Returns a unique code for this instance of the MailboxId class. (Overrides MapiObjectId.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IComparable.CompareTo (Inherited from MapiObjectId.)

Top