Java Sample Code (WebDav Exchange)

2004-08-06 Thread Christopher, Paul J
I am using WSAD 5.1 with the application server being 4.0.  I created an
application a while back that used MAPI/CDO to schedule appointments and
tasks in Microsoft Exchange Server.  We have since moved to Exchange
2003 which has WebDav Capabilities.  I was wondering what I would need
to create an application that would send an email through Exchange 2003.
I have the Slide Client and Server API's as well as the Common API.  

Is there anything else I am missing?  Is there sample code out there
that shows how to send a simple email to the Exchange 2003 box using
Java/Slide?

Thanks in advance for the help.

PC 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Java Sample Code (WebDav Exchange)

2004-08-06 Thread Christopher, Paul J
I can read VB.  If that is the case, what is needed besides the Slide
Client API?  My application server and Exchange server are on different
server boxes.  Do I need the Slide Server API on the Exchange box?

Any help would be great.

Thanks in advance.

PC

-Original Message-
From: James Mason [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 06, 2004 9:10 AM
To: Slide Users Mailing List
Subject: Re: Java Sample Code (WebDav Exchange)

If you can read VB or C#, have a look at 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2
k3/_esdk_sending_a_message_webdav.asp

The technique looks simple. You issue a PUT with a content type of 
message/rfc822 and a body that contains your email message (including 
the necessary headers) to a special url.

There are a lot of other samples in the TOC on the left of that page. 
They may be useful.

I don't have access to an Exchange server to test these on, but if 
someone wanted to go through and rewrite all these examples using the 
Slide webdav client and post the code on the wiki I could buy that 
person a cookie or something.

-James

Christopher, Paul J wrote:
 I am using WSAD 5.1 with the application server being 4.0.  I created
an
 application a while back that used MAPI/CDO to schedule appointments
and
 tasks in Microsoft Exchange Server.  We have since moved to Exchange
 2003 which has WebDav Capabilities.  I was wondering what I would need
 to create an application that would send an email through Exchange
2003.
 I have the Slide Client and Server API's as well as the Common API.  
 
 Is there anything else I am missing?  Is there sample code out there
 that shows how to send a simple email to the Exchange 2003 box using
 Java/Slide?
 
 Thanks in advance for the help.
 
 PC 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]