AllowEmailNotification property

Sets or returns whether a community has email notification enabled.

Syntax


C++

HRESULT get_AllowEmailNotification(
   
VARIANT_BOOL* pAllowEmailNotification)

HRESULT put_AllowEmailNotification(
   
VARIANT_BOOL myAllowEmailNotification)

Scripting languages

Boolean = Facility.AllowEmailNotification

Facility.AllowEmailNotification = Boolean

Legal values


Value Description

TRUE

Enables email notification.

FALSE

Email notification is disabled.

Remarks


When AllowEmailNotification is set to FALSE, no email notifications of updates to eRooms in the community are sent, even if members select EMail notification in the eRoom Monitor.

Home

Applies to
IERUCommunitySettings