点击或拖拽改变大小

CtiRawActionsSetVoiceMessage 方法

异步设置语音留言备注和已读标志。

命名空间: Ipxchina.Sdk.Cti.Actions
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseCommon> SetVoiceMessage(
	string msgbox,
	string msgdir,
	string msgfile,
	string alreadyread,
	string remark = null,
	string context = "default"
)

参数

msgbox  String
语音信箱号码(如601)
msgdir  String
留言目录(INBOX/Old/Work/Family/Friends)
msgfile  String
文件名称
alreadyread  String
是否已读(0/1)
remark  String  (Optional)
备注
context  String  (Optional)
入口(可选),默认: default

返回值

TaskResponseCommon
API 响应
参见