RemoveMailboxRelocationRequest class

Inheritance hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.Exchange.Configuration.Tasks.Task
          DataAccessTask<TransactionalRequestJob>
            SetTaskBase<TransactionalRequestJob>
              SetRequestBase<MailboxRelocationRequestIdParameter>
                RemoveRequest<MailboxRelocationRequestIdParameter>
                  Microsoft.Exchange.Management.RecipientTasks.RemoveMailboxRelocationRequest

Namespace:  Microsoft.Exchange.Management.RecipientTasks
Assembly:  Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)

Syntax

'Declaration
Public NotInheritable Class RemoveMailboxRelocationRequest _
    Inherits RemoveRequest(Of MailboxRelocationRequestIdParameter)
'Usage
Dim instance As RemoveMailboxRelocationRequest
public sealed class RemoveMailboxRelocationRequest : RemoveRequest<MailboxRelocationRequestIdParameter>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RemoveMailboxRelocationRequest members

Microsoft.Exchange.Management.RecipientTasks namespace