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