CreateItemCompletedEventArgs.Result Property

Definition

The Result property gets the response from an asynchronous call to the CreateItem operation.

public:
 property ExchangeWebServices::CreateItemResponseType ^ Result { ExchangeWebServices::CreateItemResponseType ^ get(); };
public ExchangeWebServices.CreateItemResponseType Result { get; }
Public ReadOnly Property Result As CreateItemResponseType

Property Value

The Result property returns a CreateItemResponseType object that contains the results of an asynchronous call to the CreateItem operation.

Applies to