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

The value of the EmsReplyToName property on an individual Email Queue entry (if set) will override the value set in the DefaultReplyToName 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 DefaultReplyToName As String
C#
string DefaultReplyToName { get; set; }
Visual C++
property String^ DefaultReplyToName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_defaultReplyToName();
function set_defaultReplyToName(value);

ToggleRemarks

ToggleSee Also