JAMS Developer Guide
MailProtocol Enumeration


MVPSI.JAMS Namespace : MailProtocol Enumeration
The protocol to use when connecting to a mail server
Syntax
'Declaration
 
Public Enum MailProtocol 
   Inherits System.Enum
'Usage
 
Dim instance As MailProtocol
public enum MailProtocol : System.Enum 
Members
MemberDescription
IMAPIMAP
POP3POP3
UnknownUnknown
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MVPSI.JAMS.MailProtocol

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MVPSI.JAMS Namespace