Declaration
Visual C#:
int IsFlashSMS;
Visual C++:
long IsFlashSMS;
Visual Basic:
Dim IsFlashSMS As Integer
Delphi:
property IsFlashSMS : Integer;
Remarks
The Flash Message means part or all characters of the context of messages are flashing. Only Nokia phones support this encoding type. While sending a flash message, you need to add a "^" sign to the positions where flash begins and ends.
For example:
KylixSMS.IsFlashSMS = 1;
KylixSMS.SendSMS("12657345", "this is a ^powerful^ SMS control");
When this message is read, only characters "powerful" is flashing.
See Also IsConcatenatedSMS