DataPA Enterprise Dashboard Controls API Reference
Gets and sets the SMTP Server which will be used to send email

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string SMTPServer { get; set; }
Visual Basic
Public Property SMTPServer As String
	Get
	Set
Visual C++
public:
virtual property String^ SMTPServer {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The SMTP Server which will be used to send email

Return Value

Type: String
The SMTP Server which will be used to send email

Remarks