How do I connect to Gmail using IMAP protocol? I want to retrieve email messages.
Download components
You may need to download trial or full installation packages before using code from this site.|
1
|
|
|
|
|
1
|
Gmail runs TLS/SSL secured IMAP server on imap.gmail.com, port 993. Following C# code demonstrates how to connect to it using Rebex Secure Mail or Rebex Secure IMAP:
|
|||
|
|
0
|
ImapSecurity.Implicit is not in the library. What library shall I include to run this? Otherwise it doesnt connect to the server. |
|||
|