ExchangeServiceBinding.CreateAttachmentAsync 方法

定义

重载

CreateAttachmentAsync(CreateAttachmentType, Object)

方法 CreateAttachmentAsync(CreateAttachmentType, Object) 提供对 CreateAttachment Web 服务方法的异步访问。

CreateAttachmentAsync(CreateAttachmentType)

方法 CreateAttachmentAsync(CreateAttachmentType) 提供对 CreateAttachment Web 服务方法的异步访问。

CreateAttachmentAsync(CreateAttachmentType, Object)

方法 CreateAttachmentAsync(CreateAttachmentType, Object) 提供对 CreateAttachment Web 服务方法的异步访问。

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)

参数

CreateAttachment1
CreateAttachmentType

CreateAttachment 请求。

userState
Object

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于

CreateAttachmentAsync(CreateAttachmentType)

方法 CreateAttachmentAsync(CreateAttachmentType) 提供对 CreateAttachment Web 服务方法的异步访问。

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

参数

CreateAttachment1
CreateAttachmentType

CreateAttachment 请求。

注解

有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)

适用于