adTempus API
ArcanaDevelopment.adTempus.Client Namespace / EmailTrigger Class / PollingInterval Property


In This Topic
    PollingInterval Property (EmailTrigger)
    In This Topic
    The interval at which to check for new messages.
    Syntax
    'Declaration
     
    
    Public Property PollingInterval As TimeSpan
    public TimeSpan PollingInterval {get; set;}
    public:
    property TimeSpan PollingInterval {
       TimeSpan get();
       void set (    TimeSpan value);
    }
    Remarks
    Set to System.TimeSpan.Zero to use the default value of 300 seconds (5 minutes). The minimum interval is 30 seconds.
    See Also