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


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

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

    See Also