SetNotifyByMail method

Sets the NofityByMail flag for the specified member. This flag dictates whether the eRoom Server sends nightly email to the user.

Syntax


C++
HRESULT SetNotifyByMail (
   IERUMember* pMember,
   VARIANT_BOOL Notify)
Scripting languages
Object.SetNotifyByMail
   pMember as IERUMember,
   Notify as Boolean

Parameters


pMember

The member whose email notification status to set.

Notify

Whether or not the eRoom Server sends nightly email to the specified member.

Value

Description

TRUE

Send nightly email to pMember.

FALSE

Do not send nightly email to pMember.

Return value


C++

The return code.

Scripting languages

None.

Home

Applies to

IERURoom