Wednesday, January 13, 2016

Windows Mobile How to open poutlook and enter a short message interface has received?




            


RT
Reply:
First get Sent Box of EntryID, then call:
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.

Reply:
First get InBox of EntryID, then call:
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.

No comments:

Post a Comment