Creating an Outlook Execution Request from ASP.NET

I am looking for a way to create an Outlook task request from ASP.NET. I am using Exchange Server 2003 for a mail server. Basically, the user of my ASP.NET application will do something that will create Outlook Task based on some logic. Is this supported in .NET or should I use a third-party component?

+3
source share
2 answers

You can use WebDav for Exchange. Here is an example of how to do this.

+2
source

Are you using Outlook with Exchange Server? If so, you can use Exchange Web Services.

- Exchange - - Exchange, , , Outlook, , , . , AFAIK, .Net( ).

...

+1

All Articles