DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the SMTP Server Port Number which will be used to send email 
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public long SMTPServerPort { get; set; } | 
| Visual Basic | 
|---|
| Public Property SMTPServerPort As Long
	Get
	Set | 
| Visual C++ | 
|---|
| public:
virtual property long long SMTPServerPort {
	long long get () sealed;
	void set (long long value) sealed;
} | 
Property Value
Type: 
Int64The SMTP Server Port Number which will be used to send email
Return Value
Type: 
Int64The SMTP Server Port Number which will be used to send email
Remarks
 See Also
See Also