Pop3.IsAuthenticated Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
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.