EmailImapConnection Constructor |
Namespace: GroupDocs.Parser.OptionsAssembly: GroupDocs.Parser (in GroupDocs.Parser.dll) Version: 22.02.0
Syntaxpublic EmailImapConnection(
string host,
int port,
string userName,
string password
)
Public Sub New (
host As String,
port As Integer,
userName As String,
password As String
)
public:
EmailImapConnection(
String^ host,
int port,
String^ userName,
String^ password
)
new :
host : string *
port : int *
userName : string *
password : string -> EmailImapConnection
Parameters
- host
- Type: SystemString
The host name. - port
- Type: SystemInt32
The port number. - userName
- Type: SystemString
The user name. - password
- Type: SystemString
The password.
See Also