The Inbox.Concatenate property gets or sets a Boolean value to define whether parts of received Concatenated messages will be stored as separated messages or Concatenated message parts will be joined together and stored as one single message in the Inbox (instance of mCore.Inbox type collection class returned by mCore.SMS.Inbox method).
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
Implements: System.Collections.IEnumerable
| Visual Basic |
Public Class MyClass
Catch ex As mCore.SMSReadException If
objInbox.HasMessages Then |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void ReadInbox() { mCore.Message Msg; mCore.Inbox objInbox = objSMS.Inbox(); try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
Inbox.Refresh Method
Inbox.IsEmpty Property
Inbox.HasMessages Property
Inbox.Count Property