Open a Contact in Outlook

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
 
P

Peter Foot [MVP]

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
 
I

Ilya Manin

You can use IContact::Display methods from POOM to display this contact from
Pocket Outlook
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top