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