Creates a new ImapSsl instance.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public ImapSsl( string hostname, int port, string username, string password ) |
Visual Basic |
---|
Public Sub New ( _ hostname As String, _ port As Integer, _ username As String, _ password As String _ ) |
Visual C++ |
---|
public: ImapSsl( String^ hostname, int port, String^ username, String^ password ) |
Parameters
- hostname
- Type: System..::..String
the IMAP hostname
- port
- Type: System..::..Int32
the IMAP SSL port
- username
- Type: System..::..String
the IMAP username
- password
- Type: System..::..String
the IMAP password