'DeclarationPublic Enum MailProtocol Inherits System.Enum
public enum MailProtocol : System.Enum
'DeclarationPublic Enum MailProtocol Inherits System.Enum
public enum MailProtocol : System.Enum
| Member | Value | Description |
|---|---|---|
| IMAP | 2 | Use the IMAP protocol. |
| POP3 | 1 | Use the POP3 protocol. |
| SMTP | 0 | Use the SMTP protocol. |
System.Object
System.ValueType
System.Enum
ArcanaDevelopment.adTempus.Shared.MailProtocol