ServerSecuritySMTPServer Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the SMTP Server which will be used to send email
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string SMTPServer { get; set; }
Public Property SMTPServer As String
Get
Set
public:
virtual property String^ SMTPServer {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SMTPServer();
function set_SMTPServer(value);
Property Value
Type:
StringThe SMTP Server which will be used to send email
Return Value
Type:
StringThe SMTP Server which will be used to send email
Remarks See Also