ExchangeServiceBinding.EndGetAttachment Method
The EndGetAttachment method is used to end an asynchronous GetAttachment call.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Function EndGetAttachment ( _
asyncResult As IAsyncResult _
) As GetAttachmentResponseType
'Usage
Dim instance As ExchangeServiceBinding
Dim asyncResult As IAsyncResult
Dim returnValue As GetAttachmentResponseType
returnValue = instance.EndGetAttachment(asyncResult)
public GetAttachmentResponseType EndGetAttachment(
IAsyncResult asyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
Return Value
Type: ExchangeWebServices.GetAttachmentResponseType
The EndGetAttachment method returns a GetAttachmentResponseType object.