点击或拖拽改变大小

CtiRawActionsGetVoiceMessageList(String, String, String, String, String) 方法

异步获取语音留言记录,支持分页查询。

命名空间: Ipxchina.Sdk.Cti.Actions
程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法
public Task<ResponseGetVoiceMessageList> GetVoiceMessageList(
	string msgbox,
	string msgdir = "INBOX",
	string alreadyread = null,
	string offset = null,
	string rows = null
)

参数

msgbox  String
语音信箱号码(如601)
msgdir  String  (Optional)
留言目录(INBOX/Old/Work/Family/Friends),默认INBOX(可选)
alreadyread  String  (Optional)
是否已读(0/1)(可选)
offset  String  (Optional)
偏移量(默认0)(可选)
rows  String  (Optional)
记录数(可选)

返回值

TaskResponseGetVoiceMessageList
API 响应
参见