Gets the application title used for user friendly email titles, signatures, etc. If left empty in the configuration, host name is used by default.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string ApplicationTitle { get; }
Visual Basic
Public Shared ReadOnly Property ApplicationTitle As String
	Get
Visual C++
public:
static property String^ ApplicationTitle {
	String^ get ();
}
F#
static member ApplicationTitle : string with get

Property Value

Type: String
The application title.

See Also