AlertLevel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Presence-based alert policy.
public ref class AlertLevel : Microsoft::Lync::Model::Internal::UCWLite
public class AlertLevel : Microsoft.Lync.Model.Internal.UCWLite
type AlertLevel = class
inherit UCWLite
Public Class AlertLevel
Inherits UCWLite
- Inheritance
Remarks
The AlertLevel.NotificationEnabled property tells you whether notification for new group chat messages, conversation invitations, or meeting reminders should be displayed. You do not display such notifications if a user is presenting in a meeting and is sharing a display or presenting a PowerPoint slide deck. In those cases, NotificationEnabled returns false and you must honor the policy.
Properties
AlertModes |
Returns the modes to be used for alert. |
InnerObject | (Inherited from UCWBase) |
LevelOfPrivacy |
Returns the level of privacy. |
NotificationEnabled |
Returns true when notification is allowed. |