adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationGroupMember Class / Enabled Property


In This Topic
    Enabled Property (NotificationGroupMember)
    In This Topic
    Indicates whether the recipient is enabled
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    public:
    property bool Enabled {
       bool get();
       void set (    bool value);
    }
    Remarks
    If a recipient is not enabled, no messages are sent to it
    See Also