ExchangeServiceBinding.EndGetAttachment(IAsyncResult) Method
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 EndGetAttachment(IAsyncResult) method is used to end an asynchronous GetAttachment(GetAttachmentType) call.
public:
ExchangeWebServices::GetAttachmentResponseType ^ EndGetAttachment(IAsyncResult ^ asyncResult);
public ExchangeWebServices.GetAttachmentResponseType EndGetAttachment (IAsyncResult asyncResult);
Public Function EndGetAttachment (asyncResult As IAsyncResult) As GetAttachmentResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndGetAttachment(IAsyncResult) method returns a GetAttachmentResponseType object.