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


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