SelfSetInitialPassword property

Returns or sets whether the user was created in self-set password mode. If TRUE, a user's invitation contains a link that allows the user to set a password.

Syntax


C++

HRESULT get_SelfSetInitialPassword(
   VARIANT_BOOL* pSelfSetInitialPassword)

HRESULT put_SelfSetInitialPassword(
   VARIANT_BOOL MySelfSetInitialPassword)

Scripting languages

SelfSetInitialPassword = Object.SelfSetInitialPassword

Object.SelfSetInitialPassword = SelfSetInitialPassword

Home

Applies to

IERUUser