MailboxId Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the MailboxId class.
Overload List
Name | Description | |
---|---|---|
MailboxId() | Initializes a new instance of the MailboxId class. | |
MailboxId(DatabaseId, Guid) | Initializes a new instance of the MailboxId class for the mailbox with the specified unique identifier in the specified mailbox database. | |
MailboxId(MapiEntryId) | Initializes a new instance of the MailboxId class for the mailbox with the specified entry identifier. | |
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. |
Top