ServerSecuritySMTPServerPort Property |
|
DataPA OpenAnalytics 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 public long SMTPServerPort { get; set; }
Public Property SMTPServerPort As Long
Get
Set
public:
virtual property long long SMTPServerPort {
long long get () sealed;
void set (long long value) sealed;
}
function get_SMTPServerPort();
function set_SMTPServerPort(value);
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