MoveRequestIdParameter Members
Include Protected Members
Include Inherited Members
Identifies a request to move a mailbox.
The MoveRequestIdParameter type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
AdditionalQueryFilter | Gets any additional filters applied to the move request. (Overrides ADIdParameter.AdditionalQueryFilter.) | |
IsSharedTenantConfigurationEnabled | (Inherited from ADIdParameter.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetErrorMessageForWrongType | (Inherited from MailboxOrMailUserIdParameter.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | (Inherited from ADIdParameter.) | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | (Inherited from ADIdParameter.) | |
GetType | (Inherited from Object.) | |
IsMultitenancyEnabled | (Inherited from ADIdParameter.) | |
IsSharedConfigurationEnabled | (Inherited from ADIdParameter.) | |
IsWildcardDefined | (Inherited from ADIdParameter.) | |
MemberwiseClone | (Inherited from Object.) | |
Parse | Initializes a new instance of the MoveRequestIdParameter class from the specified string. | |
ToString | (Inherited from ADIdParameter.) | |
UpdateInternalADObjectId | (Inherited from ADIdParameter.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIdentityParameter.Initialize | (Inherited from ADIdParameter.) | |
IIdentityParameter.RawIdentity | (Inherited from ADIdParameter.) |
Top