Parameters
- login
Type: System.String
The login for mail.
- pass
Type: System.String
The password for mail.
- server
Type: System.String
The mail server.
- port
Type: System.Int32
The server port.
- useSSL
Type: System.Boolean
true if use SSL; otherwise, false.
- useIMAP
Type: System.Boolean
true if use IMAP; otherwise, false.
- proxyString
Type: System.String
Proxy string in format: login:pass@ip:port OR ip:port.