adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationRecipient Class
Members


In This Topic
    NotificationRecipient Class
    In This Topic
    Base class for notification recipients (Individuals and Groups)
    Object Model
    NotificationRecipient ClassDataContext ClassOID ClassADTObject Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NotificationRecipient 
       Inherits ADTIndependentObject
    public abstract class NotificationRecipient : ADTIndependentObject 
    public ref class NotificationRecipient abstract : public ADTIndependentObject 
    Remarks

    Severity

    Each notification message sent by adTempus is assigned a Severity that can be used to filter the recipients and addresses that receive the message (see the user guide for more information). If this recipient/address should only be used for certain severity levels, set the UseForSeverityComparison and UseForSeverity values as appropriate. To use the recipient/address for all messages, set UseForSeverityComparison to ArcanaDevelopment.adTempus.Shared.ComparisonOperator.Unspecified (the default) to not use severity filtering.

    Messages that do not meet the security rules are not sent to this recipient/address.

    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Client.ObjectBase
          ArcanaDevelopment.adTempus.Client.ADTObject
             ArcanaDevelopment.adTempus.Client.ADTIndependentObject
                ArcanaDevelopment.adTempus.Client.NotificationRecipient
                   ArcanaDevelopment.adTempus.Client.NotificationGroup
                   ArcanaDevelopment.adTempus.Client.NotificationIndividual

    See Also