 | 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
)
Public Function GetVoiceMessageList (
msgbox As String,
Optional msgdir As String = "INBOX",
Optional alreadyread As String = Nothing,
Optional offset As String = Nothing,
Optional rows As String = Nothing
) As Task(Of ResponseGetVoiceMessageList)
public:
Task<ResponseGetVoiceMessageList^>^ GetVoiceMessageList(
String^ msgbox,
String^ msgdir = L"INBOX",
String^ alreadyread = nullptr,
String^ offset = nullptr,
String^ rows = nullptr
)
member GetVoiceMessageList :
msgbox : string *
?msgdir : string *
?alreadyread : string *
?offset : string *
?rows : string
(* Defaults:
let _msgdir = defaultArg msgdir "INBOX"
let _alreadyread = defaultArg alreadyread null
let _offset = defaultArg offset null
let _rows = defaultArg rows null
*)
-> Task<ResponseGetVoiceMessageList> 参数
- msgbox String
- 语音信箱号码(如601)
- msgdir String (Optional)
- 留言目录(INBOX/Old/Work/Family/Friends),默认INBOX(可选)
- alreadyread String (Optional)
- 是否已读(0/1)(可选)
- offset String (Optional)
- 偏移量(默认0)(可选)
- rows String (Optional)
- 记录数(可选)
返回值
TaskResponseGetVoiceMessageListAPI 响应
参见