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


In This Topic
    FromAddress Property (NotificationAction)
    In This Topic
    Optional override of the default return address for notification messages.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property FromAddress As String
    [CanBeNull()]
    public string FromAddress {get; set;}
    [CanBeNull()]
    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