RecipientIdParameter members
Identifies a recipient.
The RecipientIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RecipientIdParameter() | Initializes a new instance of the RecipientIdParameter class. | |
RecipientIdParameter(INamedIdentity) | Initializes a new instance of the RecipientIdParameter with the specified named identifier. | |
RecipientIdParameter(ADObject) | Initializes a new instance of the RecipientIdParameter class for the specified recipient in Active Directory. | |
RecipientIdParameter(String) | Initializes a new instance of the RecipientIdParameter class using the specified string. | |
RecipientIdParameter(ADObjectId) | Initializes an new instance of the RecipientIdParameter class for the recipient identified by the specified Active Directory object identifier. |
Top
Methods
Name | Description | |
---|---|---|
GetErrorMessageForWrongType | Returns the specified error message. | |
Parse | Returns a new RecipientIdParameter instance by parsing the specified string. |
Top