I have been trying to find out if I can create an Outlook appointment and send it to multiple addresses.
I want to do this with ASP.NET but I can move to ASP and COM if I need to.
Also, we are using Exchange 2000.
What I know so far is that I can only use Exchange 2003 with .NET. The appointment will be created and sent from the server so I don't want anything to HANG the server.
If I have to I can call an ASP from the ASPX which could access a COM object. I think that this would be done using CDO or CDOEX. However, I would rather keep it in .NET if it is at all possible.
Thanks
enak
I want to do this with ASP.NET but I can move to ASP and COM if I need to.
Also, we are using Exchange 2000.
What I know so far is that I can only use Exchange 2003 with .NET. The appointment will be created and sent from the server so I don't want anything to HANG the server.
If I have to I can call an ASP from the ASPX which could access a COM object. I think that this would be done using CDO or CDOEX. However, I would rather keep it in .NET if it is at all possible.
Thanks
enak