D
Dean
I am using MailMessage (CDOSYS) to send emails. I would like to turn off the
SMTP service (it's on the local machine) and look at the emails in the
pickup folder before they get sent out. However, since it is connecting
using the port, I will get an error if I turn off the SMTP service. I need
to configure it so that it writes the emails to the pickup folder.
I've done quite a bit of digging, and found some references to
CdoSendUsing.cdoSendUsingPickup
but couldn't get it work. Maybe I don't have the right include/using
directives.
Anyone have experience using the pickup folder with C#.NET? Can I configure
this with MailMessage? Or do I have to use CDOSYS directly?
SMTP service (it's on the local machine) and look at the emails in the
pickup folder before they get sent out. However, since it is connecting
using the port, I will get an error if I turn off the SMTP service. I need
to configure it so that it writes the emails to the pickup folder.
I've done quite a bit of digging, and found some references to
CdoSendUsing.cdoSendUsingPickup
but couldn't get it work. Maybe I don't have the right include/using
directives.
Anyone have experience using the pickup folder with C#.NET? Can I configure
this with MailMessage? Or do I have to use CDOSYS directly?