adTempus API
ArcanaDevelopment.adTempus.Shared.Notification Namespace / INotificationMessage Interface / FromAddress Property


In This Topic
    FromAddress Property (INotificationMessage)
    In This Topic
    The e-mail address of the sender.
    Syntax
    'Declaration
     
    
    ReadOnly Property FromAddress As String
    string FromAddress {get;}
    property String^ FromAddress {
       String^ get();
    }
    See Also