GetAttachmentCompletedEventArgs.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 a GetAttachmentResponstType object from an asynchronous GetAttachmentAsync(GetAttachmentType) method call.
public:
property ExchangeWebServices::GetAttachmentResponseType ^ Result { ExchangeWebServices::GetAttachmentResponseType ^ get(); };
public ExchangeWebServices.GetAttachmentResponseType Result { get; }
Public ReadOnly Property Result As GetAttachmentResponseType
Property Value
The Result property returns a GetAttachmentResponseType object.