CreateAttachmentCompletedEventArgs.Result Property
The Result property gets a CreateAttachmentResponseType object for an asynchronous CreateAttachment operation call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public ReadOnly Property Result As CreateAttachmentResponseType
Get
'Usage
Dim instance As CreateAttachmentCompletedEventArgs
Dim value As CreateAttachmentResponseType
value = instance.Result
public CreateAttachmentResponseType Result { get; }
Property Value
Type: ExchangeWebServices.CreateAttachmentResponseType
The Result property returns a CreateAttachmentResponseType object.