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

Re: outlook contacts by Alex

Alex
Tue Jul 05 02:24:03 CDT 2005

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

--
Alex Feinman
---
Visit http://www.opennetcf.org
"ooooscar" <oscarjofre1@hotmail.com> wrote in message
news:e1i$iyGgFHA.3936@TK2MSFTNGP14.phx.gbl...
> 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
>
>


Re: outlook contacts by Sergey

Sergey
Tue Jul 05 10:22:31 CDT 2005

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


ooooscar wrote:
> 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
>
>

Re: outlook contacts by ooooscar

ooooscar
Tue Jul 05 10:43:59 CDT 2005

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" <sergey.bogdanov@gmail.com> escribio en el mensaje
news:%230KNdVXgFHA.3608@TK2MSFTNGP12.phx.gbl...
> 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
>
>
> ooooscar wrote:
> > 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
> >
> >



Re: outlook contacts by Sergey

Sergey
Tue Jul 05 11:08:28 CDT 2005

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


ooooscar wrote:
> 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" <sergey.bogdanov@gmail.com> escribio en el mensaje
> news:%230KNdVXgFHA.3608@TK2MSFTNGP12.phx.gbl...
>
>>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
>>
>>
>>ooooscar wrote:
>>
>>>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
>>>
>>>
>
>
>