New email notification

  • Thread starter Thread starter Jaikant
  • Start date Start date
J

Jaikant

On windows mobile 5.0.
Like using 'PocketOutlook.MessageInterceptor' class we can get the notification of new SMS messages, How to get a notification of new email in my application ?

Alternatively I tried and get notification for UnreadTotalEmails changed event using SystemState class, but I am not able to enumerate or access the emails from the email accounts.
Is there any way to get new email notification or any way to read individual
email and sms messages (like I can do for contacts and apointments) ?

Any direction will be of great help.

Thanks
Jaikant Shukla
(e-mail address removed)
 
Right now, we unfortunately don't have any built in managed APIs for
enumerating mail or getting notifications of new incomming emails (only
SMS). Peter Foot's stuff at inthehand.com I beleive has a managed wrapper
for enumerating email which you could potentially use in combination with
the UnreadTotalEmails event
 
Back
Top