CArclib::ArcSetMailEvtLevel

The ArcSetMailEvtLevel method updates event level for email notification.

 

virtual ARC_STATUS ArcSetMailEvtLevel(

DWORD  nEvtLevel,

DWORD  nItem = MAIL_ITEM_MAILTO1

);

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)

 

nItem:

Value

Meaning

MAIL_ITEM_MAILTO1

Updates the Mailto1's event level

MAIL_ITEM_MAILTO2

Updates the Mailto2's event level

MAIL_ITEM_MAILTO3

Updates the Mailto3's event level

MAIL_ITEM_MAILTO4

Updates the Mailto4's event level

 

Return Values

This method returns the ARC_STATUS.

Note:

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