MoveRequestIdParameter Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the MoveRequestIdParameter class.
Overload List
Name | Description | |
---|---|---|
MoveRequestIdParameter() | Initializes a new instance of the MoveRequestIdParameter class. | |
MoveRequestIdParameter(ADObjectId) | Initializes a new instance of the MoveRequestIdParameter class associated with the specified Active Directory object identifier. | |
MoveRequestIdParameter(Mailbox) | Initializes a new instance of the MoveRequestIdParameter class associated with the specified mailbox. | |
MoveRequestIdParameter(MailUser) | Initializes a new instance of the MoveRequestIdParameter class associated with the specified mail user. | |
MoveRequestIdParameter(User) | Initializes a new instance of the MoveRequestIdParameter class associated with the specified user. | |
MoveRequestIdParameter(MoveRequestStatistics) | Initializes a new instance of the MoveRequestIdParameter class for the specified move statistics. | |
MoveRequestIdParameter(MoveRequest) | Initializes a new instance of the MoveRequestIdParameter class that is a duplicate of the specified move request. | |
MoveRequestIdParameter(Guid) | ||
MoveRequestIdParameter(String) | Initializes a new instance of the MoveRequestIdParameter class associated with the specified user. |
Top