MailboxId members
Include protected members
Include inherited members
Identifies a mailbox.
The MailboxId type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MailboxId() | Initializes a new instance of the MailboxId class. | |
MailboxId([]) | Initializes a new instance of the MailboxId class from the specified binary representation of the identifier. | |
MailboxId(String) | Initializes a new instance of the MailboxId class from the specified distinguished name. | |
MailboxId(MapiEntryId) | Initializes a new instance of the MailboxId class for the mailbox with the specified entry identifier. | |
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 | |
---|---|---|
MailboxDatabaseId | Gets the database identifier of the database that contains the specified mailbox. | |
MailboxExchangeLegacyDn | Gets the distinguished name of the specified mailbox. | |
MailboxGuid | Gets the unique identifier of the specified mailbox. | |
MapiEntryId | (Inherited from MapiObjectId.) |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | (Inherited from MapiObjectId.) | |
Equals(Object) | Determines whether a specified mailbox identifier is equal to the specified object. (Overrides MapiObjectId.Equals(Object).) | |
Equals(MapiObjectId) | Determines whether two specified mailbox identifiers are equal. (Overrides MapiObjectId.Equals(MapiObjectId).) | |
GetBytes | (Inherited from MapiObjectId.) | |
GetHashCode | Returns a unique code for this instance of the MailboxId class. (Overrides MapiObjectId.GetHashCode().) | |
Parse | Initializes a new instance of the MailboxId class from the specified string. | |
ToString | Returns the string representation of the specified mailbox identifier. (Overrides Object.ToString().) |
Top