ItemNotificationEnabled property
Indicates whether item change notification reports (both daily and immediate)
are enabled.
Syntax
C++
HRESULT get_ItemNotificationEnabled(VARIANT_BOOL*
pItemNotificationEnabled)
HRESULT put_ItemNotificationEnabled(VARIANT_BOOL
myItemNotificationEnabled)
Scripting languages
Boolean = Object.ItemNotificationEnabled
Object.ItemNotificationEnabled
= Boolean
|