PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Interoperability Need to programmaticaly access Outlook over the Web

Reply

Need to programmaticaly access Outlook over the Web

 
Thread Tools Rate Thread
Old 07-12-2003, 03:05 PM   #1
ntm
Guest
 
Posts: n/a
Default Need to programmaticaly access Outlook over the Web


I am designing a .NET program that needs to read contacts from a
corporate Outlook running on a different Windows machine. I'm an
Outlook user but I've never dealt with it programmatically.

I'm hoping to use Web Services to communicate, but I'm not sure if
there is any built-in Web Services support in Outlook for this. If
not, is there even an API, so that I could use it to write a Web
services provider that makes requests of Outlook?

Any ideas or pointers are much appreciated.
  Reply With Quote
Old 08-12-2003, 09:26 PM   #2
Guest
 
Posts: n/a
Default Need to programmaticaly access Outlook over the Web

1. If you are looking at reading contacts within the
windows network, you dont need a webservice to do it. you
can use Extended MAPI to remote login to the server
machine to read contacts, provided there exists an
outlook account with enough privileges on the server
which u can use.

2. A more scalable solution is to have a web service
running on the server, which will run the same code, but
on teh server machine this time, and return contacts to
you. Care must be taken to validate users before allowing
them to read contacts information.

Regards
K



>-----Original Message-----
>I am designing a .NET program that needs to read

contacts from a
>corporate Outlook running on a different Windows

machine. I'm an
>Outlook user but I've never dealt with it

programmatically.
>
>I'm hoping to use Web Services to communicate, but I'm

not sure if
>there is any built-in Web Services support in Outlook

for this. If
>not, is there even an API, so that I could use it to

write a Web
>services provider that makes requests of Outlook?
>
>Any ideas or pointers are much appreciated.
>.
>

  Reply With Quote
Old 09-12-2003, 02:37 PM   #3
ntm
Guest
 
Posts: n/a
Default Re: Need to programmaticaly access Outlook over the Web

<over6feet@hotmail.com> wrote in message news:<024601c3bdd1$f3d6eff0$a501280a@phx.gbl>...
> 1. If you are looking at reading contacts within the
> windows network, you dont need a webservice to do it. you
> can use Extended MAPI to remote login to the server
> machine to read contacts, provided there exists an
> outlook account with enough privileges on the server
> which u can use.
>
> 2. A more scalable solution is to have a web service
> running on the server, which will run the same code, but
> on teh server machine this time, and return contacts to
> you. Care must be taken to validate users before allowing
> them to read contacts information.
>
> Regards
> K
>


Thank you!

Can you tell me if Extended MAPI requires an Exchange Server? Is that
the server that is logged on to?

Or can you go directly to Outlook? Obviously I'm new to this.
  Reply With Quote
Old 10-12-2003, 01:53 PM   #4
Sue Mosher [MVP]
Guest
 
Posts: n/a
Default Re: Need to programmaticaly access Outlook over the Web

Does "corporate Outlook" mean that you're using Exchange as the server? If so, Outlook should play no part at all in your application. Exchange 2000/2003 has support for web services built-in or you can access Exchange data directly with WebDAV -- details should be in the SDK at http://msdn.microsoft.com/exchange/ .
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"ntm" <ntm99@mail.com> wrote in message news:3027823.0312070705.5556300@posting.google.com...
> I am designing a .NET program that needs to read contacts from a
> corporate Outlook running on a different Windows machine. I'm an
> Outlook user but I've never dealt with it programmatically.
>
> I'm hoping to use Web Services to communicate, but I'm not sure if
> there is any built-in Web Services support in Outlook for this. If
> not, is there even an API, so that I could use it to write a Web
> services provider that makes requests of Outlook?
>
> Any ideas or pointers are much appreciated.

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off