ExchangeServiceBinding.UpdateFolderAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| UpdateFolderAsync(UpdateFolderType, Object) |
方法 UpdateFolderAsync(UpdateFolderType, Object) 提供对 UpdateFolder Web 服务方法的异步访问。 |
| UpdateFolderAsync(UpdateFolderType) |
方法 UpdateFolderAsync(UpdateFolderType) 提供对 UpdateFolder Web 服务方法的异步访问。 |
UpdateFolderAsync(UpdateFolderType, Object)
方法 UpdateFolderAsync(UpdateFolderType, Object) 提供对 UpdateFolder Web 服务方法的异步访问。
public:
void UpdateFolderAsync(ExchangeWebServices::UpdateFolderType ^ UpdateFolder1, System::Object ^ userState);
public void UpdateFolderAsync(ExchangeWebServices.UpdateFolderType UpdateFolder1, object userState);
Public Sub UpdateFolderAsync (UpdateFolder1 As UpdateFolderType, userState As Object)
参数
- UpdateFolder1
- UpdateFolderType
UpdateFolder 请求。
- userState
- Object
注解
有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)。
适用于
UpdateFolderAsync(UpdateFolderType)
方法 UpdateFolderAsync(UpdateFolderType) 提供对 UpdateFolder Web 服务方法的异步访问。
public:
void UpdateFolderAsync(ExchangeWebServices::UpdateFolderType ^ UpdateFolder1);
public void UpdateFolderAsync(ExchangeWebServices.UpdateFolderType UpdateFolder1);
Public Sub UpdateFolderAsync (UpdateFolder1 As UpdateFolderType)
参数
- UpdateFolder1
- UpdateFolderType
UpdateFolder 请求。
注解
有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)。