CArclib::ArcSetMailEvtLevel

The ArcSetMailEvtLevel method updates event level for email notification.

 

virtual ARC_STATUS ArcSetMailEvtLevel(

DWORD    nEvtLevel

);

Parameters:

[IN]

nEvtLevel:

Value

Meaning

0

Disabled

1

Urgent notification(Send Only Urgent Event)

2

Serious notification(Send Urgent And Serious Event)

3

Warning notification(Send Urgent, Serious And Warning Event)

4

Information notification(Send All Event)

 

Return Values

This method returns the ARC_STATUS.

Note:

Password required if password enabled, use ArcChkPassword member function to validate the password.