MoveRequestIdParameter Constructor

Include Protected Members
Include Inherited Members

Initializes a new instance of the MoveRequestIdParameter class.

Overload List

  Name Description
Public method MoveRequestIdParameter() Initializes a new instance of the MoveRequestIdParameter class.
Public method MoveRequestIdParameter(ADObjectId) Initializes a new instance of the MoveRequestIdParameter class associated with the specified Active Directory object identifier.
Public method MoveRequestIdParameter(Mailbox) Initializes a new instance of the MoveRequestIdParameter class associated with the specified mailbox.
Public method MoveRequestIdParameter(MailUser) Initializes a new instance of the MoveRequestIdParameter class associated with the specified mail user.
Public method MoveRequestIdParameter(User) Initializes a new instance of the MoveRequestIdParameter class associated with the specified user.
Public method MoveRequestIdParameter(MoveRequestStatistics) Initializes a new instance of the MoveRequestIdParameter class for the specified move statistics.
Public method MoveRequestIdParameter(MoveRequest) Initializes a new instance of the MoveRequestIdParameter class that is a duplicate of the specified move request.
Public method MoveRequestIdParameter(Guid)
Public method MoveRequestIdParameter(String) Initializes a new instance of the MoveRequestIdParameter class associated with the specified user.

Top