ExchangeServiceBinding.GetAttachmentAsync Method

Definition

Overloads

GetAttachmentAsync(GetAttachmentType, Object)

The GetAttachmentAsync(GetAttachmentType, Object) method provides asynchronous access to the GetAttachment Web service method.

GetAttachmentAsync(GetAttachmentType)

The GetAttachmentAsync(GetAttachmentType) method provides asynchronous access to the GetAttachment Web service method.

GetAttachmentAsync(GetAttachmentType, Object)

The GetAttachmentAsync(GetAttachmentType, Object) method provides asynchronous access to the GetAttachment Web service method.

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1, System::Object ^ userState);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1, object userState);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType, userState As Object)

Parameters

GetAttachment1
GetAttachmentType

The GetAttachment request.

userState
Object

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to

GetAttachmentAsync(GetAttachmentType)

The GetAttachmentAsync(GetAttachmentType) method provides asynchronous access to the GetAttachment Web service method.

public:
 void GetAttachmentAsync(ExchangeWebServices::GetAttachmentType ^ GetAttachment1);
public void GetAttachmentAsync (ExchangeWebServices.GetAttachmentType GetAttachment1);
Public Sub GetAttachmentAsync (GetAttachment1 As GetAttachmentType)

Parameters

GetAttachment1
GetAttachmentType

The GetAttachment request.

Remarks

For an example of an asynchronous call, see FindFolderAsync(FindFolderType).

Applies to