Share via


ExchangeOperationResultResponse Class

Definition

Exchange operation result

public class ExchangeOperationResultResponse
type ExchangeOperationResultResponse = class
Public Class ExchangeOperationResultResponse
Inheritance
ExchangeOperationResultResponse

Constructors

ExchangeOperationResultResponse()

Initializes a new instance of the ExchangeOperationResultResponse class.

ExchangeOperationResultResponse(String, String, String, ExchangeResponseProperties, OperationResultError)

Initializes a new instance of the ExchangeOperationResultResponse class.

Properties

Error
Id

Gets or sets it should match what is used to GET the operation result.

Name

Gets or sets it must match the last segment of the id field, and will typically be a GUID / system generated value.

Properties
Status

Gets or sets status of the operation. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'PendingRefunds', 'PendingPurchases'

Applies to