outlook contacts

  • Thread starter Thread starter ooooscar
  • Start date Start date
O

ooooscar

How can I read all the contacts on outlook contact's folder ?
I'm doing an aniversary program for pocket pc and i have to read all the
contacts in outlook and get the name and bithday.
Thank's
 
IF you want to do it from a CF application, you will need a wrapper like In
The Hand's one:
http://www.inthehand.com

An alternative is to write such a wrapper (limited) yourself, but that would
require C++ skills
 
That's really cool example. I hope it will works,
the only problem is that I don't have any PDA so I have to work with the
pocket
pc emulator and the example causes an exception because the emulator hasn't
install
outlook.
Can I install outlook in the pocket pc 2003 ?

Thank's.



Sergey Bogdanov said:
In addition to Alex's post, see this article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/inthehandpoom.asp


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

How can I read all the contacts on outlook contact's folder ?
I'm doing an aniversary program for pocket pc and i have to read all the
contacts in outlook and get the name and bithday.
Thank's
 
I suppose the exception was thrown because the .dll file has been
compiled for ARM devices but you are trying to execute it for emulator
(.dll must be compiled for x86 devices). Make sure that the
PocketOutlook.dll from NativeDLL\PocketOutlook\X86Rel was copied into
code\CS\PocketOutlook and correctly deployed into emulator.

--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

That's really cool example. I hope it will works,
the only problem is that I don't have any PDA so I have to work with the
pocket
pc emulator and the example causes an exception because the emulator hasn't
install
outlook.
Can I install outlook in the pocket pc 2003 ?

Thank's.



In addition to Alex's post, see this article:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/inthehandpoom.asp


--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com

How can I read all the contacts on outlook contact's folder ?
I'm doing an aniversary program for pocket pc and i have to read all the
contacts in outlook and get the name and bithday.
Thank's
 
Back
Top