| IMailServiceIsAuthenticated Property |
Get whether or not the client is currently authenticated with the mail server.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax bool IsAuthenticated { get; }
Property Value
Booleantrue if the client is authenticated; otherwise,
false.
Remarks Gets whether or not the client is currently authenticated with the mail server.
To authenticate with the mail server, use one of the
Authenticate methods
or any of the Async alternatives.
See Also