Imap.IsAuthenticated Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
IsAuthenticated
Returns a value indicating whether the session is authenticated.
Declaration
public override bool IsAuthenticated { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | A value indicating whether the session is authenticated.  | 
    
Overrides
Remarks
Use this to detect whether the session has been automatically preauthenticated prior to calling the Login method.