AddDelegateCompletedEventArgs.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 the response from an asynchronous call to the AddDelegateAsync(AddDelegateType) operation.
public:
property ExchangeWebServices::AddDelegateResponseMessageType ^ Result { ExchangeWebServices::AddDelegateResponseMessageType ^ get(); };
public ExchangeWebServices.AddDelegateResponseMessageType Result { get; }
Public ReadOnly Property Result As AddDelegateResponseMessageType
Property Value
The Result property returns an AddDelegateResponseMessageType object that contains the results of an asynchronous call to the AddDelegateAsync(AddDelegateType) operation.