UpdateItemCompletedEventArgs.Result Property

Definition

The Result property returns the results of an asynchonous call to the UpdateItemAsync(UpdateItemType) method.

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

Property Value

The Result property returns an UpdateItemResponseType object that contains the results of the asynchronous method.

Applies to