Share via


EmailAccountInfo.DisplayName Property

 

Retrieves or sets the display name.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailBase (in Wssg.HostedEmailBase.dll)

Syntax

public string DisplayName { get; set; }
public:
property String^ DisplayName {
    String^ get();
    void set(String^ value);
}
Public Property DisplayName As String

Property Value

Type: System.String

A String containing the display name.

See Also

EmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top