Click or drag to resize

ImapLoginSSPIAsync Method

Logs user in using Negotiate mechanism. Target will be constructed as "imap/" + TargetHost name.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public Task LoginSSPIAsync()

Return Value

Type: Task
A task that represents the asynchronous login operation.
Exceptions
ExceptionCondition
ImapResponseExceptionThrows ImapResponseException on error response.
See Also