new e-mail notification
Hi,
is there a way to receive a callback to my application whenever a new incoming mail is received to the windows mobile (CE)'s inbox in outlook or other mail client application?
thanks, Ofer.
Hi,
is there a way to receive a callback to my application whenever a new incoming mail is received to the windows mobile (CE)'s inbox in outlook or other mail client application?
thanks, Ofer.
In WIndows Mobile 5 it is possible using the classes in Microsoft.WindowsMobile.PocketOutlook namespace (PimItemCollection.ListChanged). This will work for all Pocket Outlook accounts but of course not for a 3rd party mail client. For WM2003 I recommend a 3rd-party library like the one offered by InTheHand
You can catch incoming SMS messages in WM2003
I am unable to find the Inbox class or similar one in MSDN's PocketOutlook namespace list: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/N_Microsoft_WindowsMobile_PocketOutlook.asp. Do I miss anything?
Now I am thinking about using the NEWMAIL_NOTIFICATION in the MAPI to catch new mail. Will post result later.