adTempus API
ArcanaDevelopment.adTempus.Client Namespace / MessagingServiceProvider Class / SenderName Property


In This Topic
    SenderName Property
    In This Topic
    The display name to use for the message sender
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public Property SenderName As String
    [CanBeNull()]
    public string SenderName {get; set;}
    [CanBeNull()]
    public:
    property String^ SenderName {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    If this is not specified a default value of "adTempus on computername" is used.
    See Also