Get a Warning Message that can be displayed to a User relating to the message, e.g., if the length of the message has been exceeded.
Syntax
ISMessageProviderBase.GetMessageLengthDetails(replyName, message, maxMessageLength, charsRemaining, [messageCount])
Parameters
| Name | Type | Optional | ByRef | Description |
| replyName |
String |
|
|
The Reply Name for the Message. |
| message |
String |
|
|
The Message. |
| maxMessageLength |
Integer |
|
ByRef |
The Maximum Message Length adjusted to account for the Reply Name. |
| charsRemaining |
Integer |
|
ByRef |
Characters Remaining. |
| messageCount |
Integer |
Optional |
ByRef |
The number of SMS Messages the message will be split into to send.
If omitted, a value of 0 is assumed. |
Return Value
- Member of:
- ISMessageProviderBase
- Namespace:
- Intersoft.ISSupport6
- Assembly:
- ISSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0