adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTask Class / SupportedResponseEvents Property

In This Topic
    SupportedResponseEvents Property (EmailTask)
    In This Topic
    Gets a list of the events that are supported for Responses associated with this task. Gets a list of the events that are supported for Responses associated with this task.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property SupportedResponseEvents As ReadOnlyCollection(Of SupportedResponseEvent)
    public override ReadOnlyCollection<SupportedResponseEvent> SupportedResponseEvents {get;}
    See Also