RecipientIdParameter constructor
Initializes a new instance of the RecipientIdParameter class.
Overload list
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