| RoutingCaptionType Enumeration |
Enumeration of the routing caption type
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public enum RoutingCaptionType
Public Enumeration RoutingCaptionType
public enum class RoutingCaptionType
Members
| Member name | Value | Description |
---|
| Message | 0 |
Message to display for a show message routing
|
| MailFrom | 1 |
Sender addresses for a mail routing
|
| MailTo | 2 |
Receiver addresses for a mail routing
|
| MailBcc | 3 |
Copied receiver addresses for a mail routing
|
| MailSubject | 4 |
Subject of the mail for a mail routing
|
| MailMessage | 5 |
Main text content of a the mail sent by a mail routing
|
See Also