IEmailNotificationConfiguration.SenderDisplayName Property

 

Applies To: Windows Server Update Services

Gets and sets the display name of the sender.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

string SenderDisplayName { get; set; }
property String^ SenderDisplayName {
    String^ get();
    void set(String^ value);
}
abstract SenderDisplayName : string with get, set
Property SenderDisplayName As String

Property Value

Type: System.String

The display name (the name displayed in the e-mail) of the sender.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top