Specifies the port number for the SMTP server. For example: 25

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Property SMTPPort As Nullable(Of Integer)
C#
Nullable<int> SMTPPort { get; set; }
Visual C++
property Nullable<int> SMTPPort {
	Nullable<int> get ();
	void set (Nullable<int> value);
}
JavaScript
function get_smtpPort();
function set_smtpPort(value);

ToggleRemarks

ToggleSee Also