MailboxIdParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the MailboxIdParameter class.
Overload List
Name | Description | |
---|---|---|
MailboxIdParameter() | Initializes a new instance of the MailboxIdParameter class. | |
MailboxIdParameter(INamedIdentity) | Initializes a new instance of the MailboxIdParameter class for the specified named identity. | |
MailboxIdParameter(ADObjectId) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified Active Directory object identifier. | |
MailboxIdParameter(Mailbox) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox. | |
MailboxIdParameter(MailboxEntry) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data entry. | |
MailboxIdParameter(MailboxId) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified mailbox data identifier. | |
MailboxIdParameter(String) | Initializes a new instance of the MailboxIdParameter class for the entity with the specified identifier. |
Top