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
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

Properties

  Name Description
Protected property AdditionalQueryFilter Gets any additional filters applied to the move request. (Overrides ADIdParameter.AdditionalQueryFilter.)
Protected property IsSharedTenantConfigurationEnabled (Inherited from ADIdParameter.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetErrorMessageForWrongType (Inherited from MailboxOrMailUserIdParameter.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) (Inherited from ADIdParameter.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) (Inherited from ADIdParameter.)
Public method GetType (Inherited from Object.)
Protected method IsMultitenancyEnabled (Inherited from ADIdParameter.)
Protected method IsSharedConfigurationEnabled (Inherited from ADIdParameter.)
Protected method IsWildcardDefined (Inherited from ADIdParameter.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member Parse Initializes a new instance of the MoveRequestIdParameter class from the specified string.
Public method ToString (Inherited from ADIdParameter.)
Protected method UpdateInternalADObjectId (Inherited from ADIdParameter.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IIdentityParameter.Initialize (Inherited from ADIdParameter.)
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity (Inherited from ADIdParameter.)

Top