Delivery of an Email from .net

Discussion for developers using MailEnable.
Post Reply
AndyStewart123
Posts: 1
Joined: Mon Nov 05, 2012 5:24 pm

Delivery of an Email from .net

Post by AndyStewart123 »

I have been tasked with developing an eShot to an existing system on a server that already has mailEnable installed on it. From my Program asp.net or .net (vb or c# is fine), I need to create a message etc.

Normally I would do this using the Net.Mail.SmtpClient, and this works fine for creating the message, but I now need to know if it has been accepted by the mail server at the address.
Sometimes I get entries in the mailEnable\BadMail folder (sometimes not), but can I get the .mai file name when I send it. Ive looked at the API's and they are all about access that mail box etc.

Does anyone have the answer?

Post Reply