Represents the possible instructions that can be applied to the email content for an email 2 SMS
Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum Email2SmsInstructionEnum |
| C# |
|---|
| public enum Email2SmsInstructionEnum |
| C++ |
|---|
| public enum class Email2SmsInstructionEnum |
| J# |
|---|
| public enum Email2SmsInstructionEnum |
| JScript |
|---|
| public enum Email2SmsInstructionEnum |
Members
| Description | |
|---|---|
| Truncate | Truncate the message at 160 characters |
| Split | Split the full message |
| Reject | Reject the message if greater that 160 characters |