adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / Priority Property


In This Topic
    Priority Property (MessagingServiceProvider)
    In This Topic
    The priority for this provider
    Syntax
    'Declaration
     
    
    Public Property Priority As Integer
    public int Priority {get; set;}
    public:
    property int Priority {
       int get();
       void set (    int value);
    }
    Remarks
    Use the Priority to set the order in which providers are tried when multiple providers can be used for an operation. For example, if there are several SMTP servers defined, adTempus will try them in order of Priority until the message can be sent successfully.
    See Also