Returns a value indicating whether the session is authenticated.
Namespace:
Rebex.Net
Assembly:
Rebex.Smtp (in Rebex.Smtp.dll)
Syntax
| Visual Basic |
|---|
Public Overrides ReadOnly Property IsAuthenticated As Boolean Get |
| C# |
|---|
public override bool IsAuthenticated { get; } |
Field Value
A value indicating whether the session is authenticated.
Remarks
Use this to detect whether the session has been automatically preauthenticated
prior to calling the Login method.