New article: Sending and Receiving Emails using GMail in C#

Sending and Receiving Emails using GMail in C#

This article describes how to send and receive Email using GMail in your .NET application.

Besides the standard way of managing your GMail account via the Google API interface, Google provides the ability to communicate with Email service via the standard SMPT and IMAP4 Internet protocols. There is a condition: both protocols should utilize the OAUTH authorization method when logging in to the service.

The Clever Internet Suite represents four special components that do all the work: InetSuite.Smtp, InetSuite.Imap4, InetSuite.MailMessage, and InetSuite.OAuth.

Read Article

Join our Mailing List and stay tuned: SUBSCRIBE