adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / NotificationMessage Class / FromAddress Property


In This Topic
    FromAddress Property (NotificationMessage)
    In This Topic
    The e-mail address of the sender.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public Property FromAddress As String
    [DataMember()]
    public string FromAddress {get; set;}
    [DataMember()]
    public:
    property String^ FromAddress {
       String^ get();
       void set (    String^ value);
    }
    See Also