当前位置: 代码迷 >> Windows Mobile >> Windows Mobile中怎么打开poutlook并进入短消息界面
  详细解决方案

Windows Mobile中怎么打开poutlook并进入短消息界面

热度:20   发布时间:2016-04-25 07:45:30.0
Windows Mobile中如何打开poutlook并进入短消息界面?
RT

------解决方案--------------------
The MailSwitchToFolder function switches to a folder and displays it in listview.

Syntax
HRESULT MailSwitchToFolder(
LPENTRYID lpEntryID,
ULONG cbEntryID
);
Parameters
lpEntryID
[in] Reference to the ENTRYID of the folder to display in listview.
cbEntryID
[in] Size in bytes of the ENTRYID.
  相关解决方案