Impersonate Method (RenderingApplication Object)

The Impersonate method uses a saved security context handle to impersonate an authenticated messaging user.

Syntax

objRendApp.Impersonate(dwImpID)

objRendApp
Required. The RenderingApplication object.
dwImpID
Required. Long. The saved security context handle, or zero to revert to unauthenticated access.

Remarks

The handle to the Microsoft® Windows NT® security context can be obtained from the ImpID property and saved in the Session object while the authenticated messaging user is logged on to the Microsoft® Exchange Server. For more information, see Impersonation.