Hello,
I have an ASP.NET server and I need to send Outlook messages from it. I read that Microsoft recommends using Office from a server by working with the Open XML format and not the Outlook API. Can someone please give me a sample of how to do that? Thanks.