  | 
EmailMessageAction Enumeration | 
            An enum representing which "Action" type is used when sending an EmailMessage.
            
Namespace: Infosoft.Common.Contracts.DataContracts.MessagingAssembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntaxpublic enum EmailMessageAction
No code example is currently available or this language may not be supported.
Members| Member name | Value | Description | 
|---|
| None | 0 | 
            Indicates that this is not an action
             | 
| New | 1 | 
            Indicates that this is a new message
             | 
| Reply | 2 | 
            Indicates that this is a reply to a previous mail (i.e part of a thread)
             | 
| Forward | 3 | 
            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