Compartir a través de


MailboxId Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the MailboxId class.

Overload List

  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