Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB 6 and Encrypted EMail

Status
Not open for further replies.

joconnell

Programmer
Aug 1, 2000
1
US
I have been successful in sending 'regular' emails via Outlook from a VB application. However, I am unable to find ANY documentation of sending an encrypted email via Outlook or Express from a VB application. Does anybody have any pointers or sample code?

Thanks
 
Download a copy of PGP ( it integrates into Outlook.

You can then use the Outlook object model in your VB code to "press" the PGP button that gets put on the toolbar.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top