Guest empire29 Posted June 9, 2008 Report Posted June 9, 2008 Hello, I am playing around with some Windows Mobile 6 development .. I have Visual Studio 2008 Pro, Windows Mobile 6 Standard SDK and ActiveSync 4.5 installed. How can I use the classes/methods that allow me to access Outlook Contacts, SIM Contacts, Calendar Appointments, etc. ? I found some documenation on MSDN referencing cellcore.dll, but it sounds like that that is a restricted library. There has to be a way That I can access and manipulate Contact data, no? Even if the phone has to be application unlocked. I would very much like to understand how to interact with basic windows mobile features (contacts). Thanks
Guest Lovsten Posted June 10, 2008 Report Posted June 10, 2008 Hello, I am playing around with some Windows Mobile 6 development .. I have Visual Studio 2008 Pro, Windows Mobile 6 Standard SDK and ActiveSync 4.5 installed. How can I use the classes/methods that allow me to access Outlook Contacts, SIM Contacts, Calendar Appointments, etc. ? I found some documenation on MSDN referencing cellcore.dll, but it sounds like that that is a restricted library. There has to be a way That I can access and manipulate Contact data, no? Even if the phone has to be application unlocked. I would very much like to understand how to interact with basic windows mobile features (contacts). Thanks You need to interact with POOM (Pocket Outlock Object Model). There are a number of samples installed with WM6 SDK. Also check out MS documentation: http://msdn.microsoft.com/en-us/library/bb445978.aspx
Guest empire29 Posted June 10, 2008 Report Posted June 10, 2008 You need to interact with POOM (Pocket Outlock Object Model). There are a number of samples installed with WM6 SDK. Also check out MS documentation: http://msdn.microsoft.com/en-us/library/bb445978.aspx Lovesten, I'll check this out when I get home tonight -- Do you know if POOM allows you to access SIM Contacts as well? (I didnt see any mention of SIM data and it would strike me as being part of the Pocket Outlook Object Model) Thanks
Guest Paul (MVP) Posted June 18, 2008 Report Posted June 18, 2008 Microsoft.WindowsMobile.PocketOutlook namespace is your friend :D P
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now