Interface with public folders

A

Andrew

Hello,

Does anyone know what is necessary in order for a developer to interface an
outside application with exchange 2003? I'm not a programmer myself so I'm
not too familiar with this.. We want our developer to be able to query the
contents (specific fields) of a public folder contact list.

Thanks

-Andrew
 
R

Roady [MVP]

"Using MAPI" is the IT Pro answer (looking at the newsgroups you addressed).
For a more in-depth answer, you'll have to ask in the Exchange/Outlook
developer newsgroup. It would be good to first determine for yourself if
you'll need to be writing code for Exchange (server-side) or for Outlook
(client-side).
 
A

Andrew

Thanks, I will.
Roady said:
"Using MAPI" is the IT Pro answer (looking at the newsgroups you
addressed).
For a more in-depth answer, you'll have to ask in the Exchange/Outlook
developer newsgroup. It would be good to first determine for yourself if
you'll need to be writing code for Exchange (server-side) or for Outlook
(client-side).
 
L

Lee Derbyshire [MVP]

Andrew said:
Hello,

Does anyone know what is necessary in order for a developer to interface
an outside application with exchange 2003? I'm not a programmer myself so
I'm not too familiar with this.. We want our developer to be able to
query the contents (specific fields) of a public folder contact list.

Thanks

-Andrew

You might try WebDAV. That way, you only need http ports (80, or 443 for
https) open to whichever location the application is running at.

Here's the first example that I could find:
http://www.daniweb.com/forums/thread39960.html

Lee.

--
_______________________________________

Outlook Web Access for PDA, OWA For WAP:
www.leederbyshire.com
________________________________________
 

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