Can anyone give me a head start on programming outlook to send and recieve
mail via VB 2005. I want to automatically send a unique pin number
to a customer who's credit card was approved. I am new to VB2005. This
would be my first VB2005 app. I have using VB6 for over 15 years.
Since your information in email is sensitive, so I think you may need
the SSL and S/MIME.
I used this email component ( http://www.emailarchitect.net/easendmail/
) in our company for confidential email, there are several samples for
vb.net after
you installed it on machine.
SSL connection:
SSL connection encrypts data between the SMTP component and SMTP server
to protects user, password and email content in TCP/IP level.
Digital signature prevents email content is faked or changed in
transport level. Encrypting email protects email content from exposure
to inappropriate recipients. Both digital signature and email
encrypting depend on digital certificate.