PC Review


Reply
Thread Tools Rate Thread

Need to programmaticaly access Outlook over the Web

 
 
ntm
Guest
Posts: n/a
 
      7th Dec 2003
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
 
 
 
 
Guest
Posts: n/a
 
      8th Dec 2003
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
 
ntm
Guest
Posts: n/a
 
      9th Dec 2003
<(E-Mail Removed)> wrote in message news:<024601c3bdd1$f3d6eff0$(E-Mail Removed)>...
> 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
 
Sue Mosher [MVP]
Guest
Posts: n/a
 
      10th Dec 2003
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" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I programmaticaly add a column to a key. Mr. X. Microsoft VB .NET 11 9th Jul 2010 12:34 PM
How to categorize ICS file in outlook programmaticaly Avi Microsoft ASP .NET 1 12th Dec 2009 12:10 AM
datasheetview-get values programmaticaly =?Utf-8?B?bWFYaW0=?= Microsoft Access Form Coding 3 28th Sep 2006 05:07 PM
Please Help! Format disk programmaticaly =?Utf-8?B?UG9sYQ==?= Microsoft Dot NET 12 5th Feb 2004 12:56 PM
Programmaticaly compress a pst Fernando Rodriguez Microsoft Outlook VBA Programming 1 7th Oct 2003 10:50 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:24 PM.