adTempus API
ArcanaDevelopment.adTempus.Client Namespace / NotificationTask Class / FromAddress Property


In This Topic
    FromAddress Property (NotificationTask)
    In This Topic
    Optional override of the default return address for notification messages.
    Syntax
    'Declaration
     
    
    Public Property FromAddress As String
    public string FromAddress {get; set;}
    public:
    property String^ FromAddress {
       String^ get();
       void set (    String^ value);
    }
    Remarks

    If omitted, the name is taken from the SenderNamesee> of the used to send the message.

    If specified, the address must be a valid address for the service type being used. For email notifications, most servers will validate that it is a valid address for the account being used to send the message.

    See Also