SendItemCompletedEventArgs.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 gets or sets the response to an asynchronous call to the SendItemAsync(SendItemType) method.
public:
property ExchangeWebServices::SendItemResponseType ^ Result { ExchangeWebServices::SendItemResponseType ^ get(); };
public ExchangeWebServices.SendItemResponseType Result { get; }
Public ReadOnly Property Result As SendItemResponseType
Property Value
The Result property returns a SendItemResponseType object that contains the results of an asynchronous call to the SendItemAsync(SendItemType) operation.