GetNotifyByMail method

Returns whether the eRoom Server sends nightly email to a specified user.

Syntax


C++
HRESULT GetNotifyByMail (
   IERUMember* pMember,
   VARIANT_BOOL* pRetVal)
Scripting languages
value = Object.GetNotifyByMail (
   pMember as IERUMember)

Parameters


pMember

The member whose email notification status you want to obtain.

pRetVal

Upon return, TRUE if the member receives email notification of changes to the Room, FALSE if not.

Return value


C++

The return code.

Scripting languages

Boolean. Returns TRUE if the member receives email notification of changes to the Room, FALSE if not.

Remarks


The NotifyByMail flag for a user is set to TRUE if the user selects "EMail notification" in the eRoom Monitor, and is set to FALSE if the user deselects this setting.

Home

Applies to

IERURoom