The Inbox.Message method returns a message item from the Inbox as a
mCore.Message class object. Each message item is read using a Integer index passed as
a parameter.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
To read a message at index position i, Inbox.Message(i) method would return the same result as mCore.SMS.Inbox(i) method
mCore.SMSReadException
mCore.GeneralException
| Visual Basic |
Public Class MyClass 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) |
mCore.SMS.Inbox Method
Inbox.Refresh Method
mCore.SMSReadException Class