ImapClient Constructor (String, Int32, SecurityOptions) |
Initializes a new instance of the
ImapClient class
Namespace:
Aspose.Email.Clients.Imap
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic ImapClient(
string host,
int port,
SecurityOptions securityOptions
)
Public Sub New (
host As String,
port As Integer,
securityOptions As SecurityOptions
)
public:
ImapClient(
String^ host,
int port,
SecurityOptions securityOptions
)
new :
host : string *
port : int *
securityOptions : SecurityOptions -> ImapClient
Parameters
- host
- Type: SystemString
The host name - port
- Type: SystemInt32
The port number - securityOptions
- Type: Aspose.Email.ClientsSecurityOptions
Security mode for a mail client
See Also