Specifies the login password for access to the SMTP server.

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

ToggleSyntax

Visual Basic (Declaration)
Property SMTPServerLoginPassword As Byte()
C#
byte[] SMTPServerLoginPassword { get; set; }
Visual C++
property array<unsigned char>^ SMTPServerLoginPassword {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}
JavaScript
function get_smtpServerLoginPassword();
function set_smtpServerLoginPassword(value);

ToggleRemarks

ToggleSee Also