CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2012
    Posts
    1

    sending degitally signed e-mail

    Hi,

    I am new to this Forum and I need your kind help. Actually I am developing a programme in visual Basic 6.0 and in this program I have to send digitally Signed e-mail with attachment to the various e-mail id. I am having Digital Signature Certificate installed on my machine. Now I do not have the idea about how to digitally signed the mail with the DSC(Digital Signature Certificate) also I need the delivery report.

    Kindly help me out.

    Thanking you
    Regards,
    Yogesh

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: sending degitally signed e-mail

    VB6 probably knows less about it. I'd look on their site, for samples, and get whatever language that you're comfortable with. I doubt they'll have VB6 samples.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: sending degitally signed e-mail

    You would have to contact the people that helped you "sign" that file. If it is as good as VeriSign, they should have a huge resource of their documentation available.

  4. #4
    Join Date
    Jul 2005
    Posts
    1,083

    Re: sending degitally signed e-mail

    I used third party software (not expensive) CryptoSys PKI
    http://www.cryptosys.net/pki/pkiexamples.html

    Here's an example using VB6
    http://www.cryptosys.net/pki/basSignEncrypt.txt.html
    Last edited by jggtz; September 15th, 2012 at 02:07 AM.
    JG


    ... If your problem is fixed don't forget to mark your threads as resolved using the Thread Tools menu ...

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