MailboxIdParameter members
Identifies an entity based on mailbox data.
The MailboxIdParameter type exposes the following members.
Constructors
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(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. | |
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. |
Top
Methods
Name | Description | |
---|---|---|
GetErrorMessageForWrongType | Returns the location-specific error message for an invalid input parameter. (Overrides RecipientIdParameter.GetErrorMessageForWrongType(String).) | |
Parse | Initializes a new instance of the MailboxIdParameter class from the specified string representation of the identifier of an entity. |
Top