The NewMessageConcatenate property gets or sets a boolean value
that defines whether the NewMessageReceived
event is raised for every part of a
concatenated message or it is raised only once when the complete (all parts)
concatenated message is received.
If NewMessageConcatenate property is set as False then, the part messages should
be evaluated/processed by testing the value of the properties
ReferenceNumber,
SequenceNumber and
TotalParts in
mCore.NewMessageReceivedEventArgs Class object.
mCore is designed to automatically delete all incomplete message parts of a
concatenated message if all parts are not received within 30 minutes of arrival
of the first part.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass |
| C# |
class MyClass { catch
(mCore.GeneralException e) |
mCore.SMS.NewMessageIndication Property
mCore.SMS.AutoDeleteNewMessage Property
mCore.SMS.NewMessageReceived Event
mCore.NewMessageReceivedEventArgs Class