ExchangeServiceBinding.CreateAttachmentAsync Method

Definition

Overloads

CreateAttachmentAsync(CreateAttachmentType, Object)

The CreateAttachmentAsync(CreateAttachmentType, Object) method provides asynchronous access to the CreateAttachment Web service method.

CreateAttachmentAsync(CreateAttachmentType)

The CreateAttachmentAsync(CreateAttachmentType) method provides asynchronous access to the CreateAttachment Web service method.

CreateAttachmentAsync(CreateAttachmentType, Object)

The CreateAttachmentAsync(CreateAttachmentType, Object) method provides asynchronous access to the CreateAttachment Web service method.

public:
 void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1, System::Object ^ userState);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1, object userState);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType, userState As Object)

Parameters

CreateAttachment1
CreateAttachmentType

The CreateAttachment request.

userState
Object

Remarks

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

Applies to

CreateAttachmentAsync(CreateAttachmentType)

The CreateAttachmentAsync(CreateAttachmentType) method provides asynchronous access to the CreateAttachment Web service method.

public:
 void CreateAttachmentAsync(ExchangeWebServices::CreateAttachmentType ^ CreateAttachment1);
public void CreateAttachmentAsync (ExchangeWebServices.CreateAttachmentType CreateAttachment1);
Public Sub CreateAttachmentAsync (CreateAttachment1 As CreateAttachmentType)

Parameters

CreateAttachment1
CreateAttachmentType

The CreateAttachment request.

Remarks

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

Applies to