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


In This Topic
    SendOptions Property
    In This Topic
    Additional options to use when sending
    Syntax
    'Declaration
     
    
    <ReservedForFutureUseAttribute()>
    Public Property SendOptions As Integer
    [ReservedForFutureUse()]
    public int SendOptions {get; set;}
    [ReservedForFutureUse()]
    public:
    property int SendOptions {
       int get();
       void set (    int value);
    }
    Remarks
    Reserved. Set to 0.
    See Also