Hi all, Bit of a newbie on here so bear with me. I have developed an ASP.Net site for a client, and the requirement has appeared to send emails automatically, to an Exchange 5.5 server (on another domain) using MAPI (server is x.400). Does any have any pointers on how to do this (VB or C# examples would be nice)! Regards Jules
Hi, MAPI is not supported in a .NET process. It's memory management collides with the .NET garbage collector. You might want to consider enabling SMTP on the Exchange 5.5 and send the mails through SMTP. Kind regards, Henning Krause "Jules Wensley" wrote in message news:4f2346d4260f8c9eadc859fcd14@msnews.microsoft.com... > Hi all, > > Bit of a newbie on here so bear with me. > > I have developed an ASP.Net site for a client, and the requirement has > appeared to send emails automatically, to an Exchange 5.5 server (on > another domain) using MAPI (server is x.400). > > Does any have any pointers on how to do this (VB or C# examples would be > nice)! > > Regards > > Jules > >