Open a Contact in Outlook

  • Thread starter Thread starter PR
  • Start date Start date
P

PR

I am trying to automate Pocket Outlook. I would like to look for a
particular Contact from my application. I able able to get the contact into
using POOM. Once a particular contact is selected, I would like to pull up
Pocket Outlook with that contact. Is there a way to do that. I am also
interested in doing the same for Inbox items also. Any help is appreciated.
Thanks.

PR
 
Using POOM every item has a Display() method which will display the details
of the contact on screen. The only exception to this is on some platforms
(including Smartphone) the Display method is not implemented. So you have to
build your own dialog and populate the fields from the contact item (or
Task/Appointment).
POOM doesn't have any mail functionality, for that you should use MAPI.

Peter

--
Peter Foot
Windows Embedded MVP
www.inthehand.com | www.opennetcf.org

Do have an opinion on the effectiveness of Microsoft Windows Mobile and
Embedded newsgroups? Let us know!
https://www.windowsembeddedeval.com/community/newsgroups
 
You can use IContact::Display methods from POOM to display this contact from
Pocket Outlook
 
Back
Top