[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Re: Exchange 2003 API Pointers?

SimonBol

12/17/2010 7:36:00 PM

WebDAV .NET for Exchange http://www.independentsoft.d...

> On Tuesday, June 05, 2007 2:52 PM lucius wrote:

> Looking for all pointers, references, code sample for sending commands
> to Exchane 2003. I would like to send mail using MAPI, create/modify
> appointments, etc. I don't want an Outlook interface, but something
> that will talk to Exchange directly (impersonating any user I see
> fit).
>
> Thanks.


>> On Tuesday, June 05, 2007 3:31 PM Henning Krause [MVP - Exchange] wrote:

>> Hello,
>>
>> assuming that you'l want to use .NET as your language of choice (since you
>> have posted in a .NET newsgroup), you should stay away from MAPI. It's not
>> supported in .NET.
>>
>> If you want to access Exchange directly from .NET you can either use CDO
>> (via interop) or use WebDAV.
>>
>> Best regards,
>> Henning Krause
>>
>>
>> "lucius" <lucius@newsgroup.nospam> wrote in message
>> news:t4cb6395e9srh9qvl25hfktmpho3g0th71@4ax.com...


>>> On Tuesday, June 05, 2007 11:34 PM stchen wrote:

>>> Hi Lucius,
>>>
>>> As for directly communicate with Exchange server, I agree with Henning
>>> that the WebDav interface should be prefered which use XML based http
>>> message to send command to target exchange server. In .net frameworrk, you
>>> can use HttpWebRequest component to send http requests with XML data. The
>>> knowledge base library contains many sample articles on this(such as send
>>> email or create folder objects through exchange webDav):
>>>
>>> http://www.kbalertz.com/technology_...
>>>
>>> Sincerely,
>>>
>>> Steven Cheng
>>>
>>> Microsoft MSDN Online Support Lead
>>>
>>>
>>> This posting is provided "AS IS" with no warranties, and confers no rights.


>>>> On Friday, June 08, 2007 6:20 AM stchen wrote:

>>>> Hi Lucius,
>>>>
>>>> How are you doing on this issue, does the information in the previous reply
>>>> helps you some? If there is still anything we can help, please feel free to
>>>> post here.
>>>>
>>>> Sincerely,
>>>>
>>>> Steven Cheng
>>>>
>>>> Microsoft MSDN Online Support Lead
>>>>
>>>>
>>>> This posting is provided "AS IS" with no warranties, and confers no rights.


>>>>> On Saturday, June 16, 2007 1:57 PM lucius wrote:

>>>>> This helps, I am on my way. Thanks.


>>>>> Submitted via EggHeadCafe
>>>>> Oracle Developer For Beginners
>>>>> http://www.eggheadcafe.com/training-topic-area/Oracle-SQL-Developer/2/Oracle-SQL-Sa...