SynchAsAdmin property

Sets or returns whether the synchronization is performed using the administrator's credentials or the current user's credentials. If set to True, future synchronization will be performed using the administrator's  credentials. If set to False, future synchronization will be performed using the currently logged in member's credentials.

Syntax


C++

HRESULT get_SynchAsAdmin(
   VARIANT_BOOL
* pSynchAsAdmin)

HRESULT put_SynchAsAdmin(
   
VARIANT_BOOL* MySynchAsAdmin)

Scripting languages

SynchAsAdmin = Object.SynchAsAdmin

Object
.SynchAsAdmin =
SynchAsAdmin

Home

Applies to
IERULinkedFolder