UpdateItemCompletedEventArgs.Result Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.