AllowSelfSetInitialPasswords property

Returns whether eRoom allows the creation of users without passwords. These users receive an invitation with a link they can use to set their initial password.

Syntax


C++

HRESULT get_AllowSelfSetInitialPasswords(
   VARIANT_BOOL* pSelfSetInitialPasswords)

HRESULT put_AllowSelfSetInitialPasswords(
   VARIANT_BOOL* MySelfSetInitialPasswords)

Scripting languages

Boolean = Object.AllowSelfSetInitialPasswords

Object.AllowSelfSetInitialPasswords = Boolean

Home

Applies to

IERUAccountPolicies