The Inbox method returns mCore.Queue collection class object which
forms the message queue.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.GeneralException
mCore.SMSReadException
| Visual Basic |
Public Class MyClass
Catch ex As mCore.SMSReadException If
objSMS.Inbox.HasMessages Then |
| C# |
| class MyClass { public mCore.SMS objSMS = new mCore.SMS(); public static void ReadInbox() { mCore.Message Msg; try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
Queue.Count Property
Queue.Enabled Method
Queue.Clear Method