Digitally Signed mail over SMTP using c#

  • Thread starter Thread starter Gaurav Kapoor via .NET 247
  • Start date Start date
G

Gaurav Kapoor via .NET 247

Hi,
Prob : I want to send an email which is digitally signed over SMTP.
Env: I am developing this on .NET and referencing the CDO library (Interop) to send the mail.

I havent found any hints on this anywhere. It would be great if some one can give any pointers
Thank you.
 
I would say the best solution would be to read the documentation on using
CDO from unamanaged code as this will translate pretty well to managed code.

However, interop requires some study first. I would visit a site like
www.dotnetinterop.com to read as much as you can about it. Also, the book
Advanced .NET Programming by Wrox Publishing is a great addition to the
library.

Take care.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top