ExchangeServiceBinding.BeginGetAttachment Method

Definition

public:
 IAsyncResult ^ BeginGetAttachment(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginGetAttachment (ExchangeWebServices.GetAttachmentType GetAttachment1, AsyncCallback callback, object asyncState);
Public Function BeginGetAttachment (GetAttachment1 As GetAttachmentType, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parameters

GetAttachment1
GetAttachmentType
callback
AsyncCallback
asyncState
Object

Returns

The BeginGetAttachment(GetAttachmentType, AsyncCallback, Object) method returns an IAsyncResult object.

Applies to