ImpersonationIsImpersonated Property
Gets whether the impersonation mode is on and the current thread is being impersonating another user.

Namespace: MailBee.Security
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool IsImpersonated { get; }

Property Value

Type: Boolean
true if LogonAs(String, String, String) method has already been called on the current thread; otherwise, false.
See Also