| ImapConnectAsync Method (String) |
Connects to IMAP server on port 143. Use
ConnectSSL(String) when SSL/TLS connection is needed.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Task ConnectAsync(
string host
)
Public Function ConnectAsync (
host As String
) As Task
public:
Task^ ConnectAsync(
String^ host
)
member ConnectAsync :
host : string -> Task
Parameters
- host
- Type: SystemString
Target host name or IP address.
Return Value
Type:
TaskA task that represents the asynchronous connect operation.
Exceptions See Also