GetAttachmentCompletedEventArgs.Result Property
The Result property gets a GetAttachmentResponstType object from an asynchronous GetAttachmentAsync method call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As GetAttachmentResponseType
Get
'Usage
Dim instance As GetAttachmentCompletedEventArgs
Dim value As GetAttachmentResponseType
value = instance.Result
public GetAttachmentResponseType Result { get; }
Property Value
Type: ExchangeWebServices.GetAttachmentResponseType
The Result property returns a GetAttachmentResponseType object.