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)
Syntax
| 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); |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: STRING
IsHidden: false
IsOrderable: false
IsSearchable: false
IsValueRequired: false
MaximumLengthString: null
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_WRITE
TargetAccessRequired: READ