Specifies the default string used in the From: field for email sent by the system to the SMTP server. Examples: WorkflowEngine, ContentEngine, adminuser@mysmtphost.com

The value of the EmsFromName property on an individual Email Queue entry (if set) will override the value set in the DefaultFromName property. (The Email Queue entry class, EmsEmailQueueEntry, is installed as part of the Email Services Extensions add-on.)

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

ToggleSyntax

Visual Basic (Declaration)
Property DefaultFromName As String
C#
string DefaultFromName { get; set; }
Visual C++
property String^ DefaultFromName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_defaultFromName();
function set_defaultFromName(value);

ToggleRemarks

ToggleSee Also