UserIdParameter members
Identifies a user on an Exchange server.
The UserIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserIdParameter() | Initializes a new instance of the UserIdParameter class. | |
UserIdParameter(INamedIdentity) | Initializes a new instance of the UserIdParameter class from the specified identity. | |
UserIdParameter(String) | Initializes a new instance of the UserIdParameter class from the specified string. | |
UserIdParameter(ADObjectId) | Initializes a new instance of the UserIdParameter class from the specified Active Directory object. | |
UserIdParameter(Mailbox) | Initializes a new instance of the UserIdParameter class for the specified mailbox. | |
UserIdParameter(MailUser) | Initializes a new instance of the UserIdParameter class for the specified mail user. | |
UserIdParameter(User) | Initializes a new instance of the UserIdParameter class for the specified user. |
Top
Methods
Name | Description | |
---|---|---|
GetErrorMessageForWrongType | Gets the error message that is returned when a specified object does not represent a user. (Overrides RecipientIdParameter.GetErrorMessageForWrongType(String).) | |
Parse | Initializes a new instance of the UserIdParameter class from the specified string.. |
Top