CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2002
    Posts
    17

    send security e-mail

    Hello,
    I want know how to send securiy or encrypted e-mail , and be shure nobody read my mail.
    Thank you.

  2. #2
    Join Date
    Apr 2000
    Location
    Dallas, TX
    Posts
    173

    Lightbulb

    Well, I'm not sure why you would want to send e-mail that nobody can read, but you can find encryption tools in the System.Security.Cryptography namespace.

    Look in the System.Web.Mail namespace for smtp classes.

    HTH,

    pjp
    Preston Park
    CTT+, MCT, MCSD
    http://www.prestonpark.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured