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;}
    Remarks
    If this is not specified a default value of "adTempus on computername" is used.
    See Also