'Declaration
Public MustInherit Class NotificationRecipient Inherits ADTIndependentObject
public abstract class NotificationRecipient : ADTIndependentObject
public ref class NotificationRecipient abstract : public ADTIndependentObject
'Declaration
Public MustInherit Class NotificationRecipient Inherits ADTIndependentObject
public abstract class NotificationRecipient : ADTIndependentObject
public ref class NotificationRecipient abstract : public ADTIndependentObject
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.
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