LumiSoft Net Help
AuthenticatedUserIdentity Property
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientAuthenticatedUserIdentity
Gets session authenticated user identity, returns null if not authenticated.
Declaration Syntax
C#Visual BasicVisual C++F#
public override GenericIdentity AuthenticatedUserIdentity { get; }
Public Overrides ReadOnly Property AuthenticatedUserIdentity As GenericIdentity
	Get
public:
virtual property GenericIdentity^ AuthenticatedUserIdentity {
	GenericIdentity^ get () override;
}
abstract AuthenticatedUserIdentity : GenericIdentity with get
override AuthenticatedUserIdentity : GenericIdentity with get
Property Value
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.
InvalidOperationExceptionIs raised when this property is accessed and POP3 client is not connected.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119