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


In This Topic
    Enabled Property (NotificationAddress)
    In This Topic
    Determines whether the address 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 an address is disable it is ignored when messages are sent to the recipient.
    See Also