CreateTask

CreateTask(ExchangeTask)

在默认任务文件夹中创建给定任务。

public string CreateTask(ExchangeTask task)
范围类型描述
taskExchangeTask要创建的任务。

返回值

任务 uri

例外

例外(健康)状况
AsposeArgumentNullExceptiontask无效的.

也可以看看


CreateTask(string, ExchangeTask)

在指定文件夹中创建给定任务。

public string CreateTask(string folder, ExchangeTask task)
范围类型描述
folderString应在其中创建任务的文件夹。
taskExchangeTask要创建的任务。

返回值

任务 uri

例外

例外(健康)状况
AsposeArgumentExceptionfolder无效的或者空的.
AsposeArgumentNullExceptiontask无效的.

也可以看看