ExchangeServiceBinding.BeginGetAttachment 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 BeginGetAttachment(GetAttachmentType, AsyncCallback, Object) method is used to begin an asynchronous GetAttachment(GetAttachmentType) call.
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.