Click or drag to resize
Infosoft Logo

EmailMessageAction Enumeration

An enum representing which "Action" type is used when sending an EmailMessage.

Namespace: Infosoft.Common.Contracts.DataContracts.Messaging
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public enum EmailMessageAction
Members
Member nameValueDescription
None0 Indicates that this is not an action
New1 Indicates that this is a new message
Reply2 Indicates that this is a reply to a previous mail (i.e part of a thread)
Forward3 Indicates that this mail is forwarded.
Remarks
It is primarily used to determine which type of tracking should be used for the message i.e. Replying to a message should typically complete the existing communication history and at the same time create a new communication entry representing the reply. While the act of creating a new message should just create a new communication entry.
See Also