Specifies the host name of the SMTP server. For example: mysmtphost.com

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

ToggleSyntax

Visual Basic (Declaration)
Property SMTPHostName As String
C#
string SMTPHostName { get; set; }
Visual C++
property String^ SMTPHostName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_smtpHostName();
function set_smtpHostName(value);

ToggleRemarks

ToggleSee Also