PrefixOptions Class
This structure contains the details of the prefixes in the subject line of a message.
Inheritance Hierarchy
SystemObject
  Talisma.Server.CommonPrefixOptions

Namespace:  Talisma.Server.Common
 

Syntax
C#
[SerializableAttribute]
public class PrefixOptions

The PrefixOptions type exposes the following members.

Fields
NameDescription
Public fieldlanguageId
The ID of the Language associated with the prefix in the subject line.
Public fieldprefixForForward
The prefix that is added to the subject of the message if the message is forwarded.
Public fieldprefixForReply
The prefix that is added to the subject of the message if the message is replied to.
Top
See Also