Specifies the login ID for access to the SMTP server. For example: adminuser@mysmtphost.com

The login ID must already exist in the SMTP server.

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

ToggleSyntax

Visual Basic (Declaration)
Property SMTPServerLoginID As String
C#
string SMTPServerLoginID { get; set; }
Visual C++
property String^ SMTPServerLoginID {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_smtpServerLoginID();
function set_smtpServerLoginID(value);

ToggleRemarks

ToggleSee Also