Specifies the protocol (POP3/IMAP4/Exchange Web Service/WebDAV/Graph API/Gmail Rest API) for mail server.
[Visual Basic] Public Enum ServerProtocol
[C#] public enum ServerProtocol
[C++] __value public enum ServerProtocol
[JScript] public enum ServerProtocol
Members
Members name | Description |
Pop3 | Specifies that the mail server uses POP3 protocol. |
Imap4 | Specifies that that the mail server uses IMAP4 protocol. |
ExchangeEWS | Specifies that that the mail server uses Exchange Web Service protocol (Exchange 2007 or later version). |
ExchangeWebDAV | Specifies that that the mail server uses Exchange WebDAV protocol (Exchange 2000 or Exchange 2003). |
MsGraphApi | Specifies that that the mail server uses Microsoft Graph API protocol (Office 365). |
GmailRestApi | Specifies that that the mail server uses Gmail Rest API. |
See Also
MailServer.Protocol Property
MailClient.Connect Method
Online Tutorials
Read Email and Parse Email in C# - Tutorial
Read Email and Parse Email in VB.NET - Tutorial
Read Email and Parse Email C++/CLI - Tutorial