The Index property gets the position of the message in the Inbox as a integer.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.SMSReadException
mCore.GeneralException
Reading message as SMS.Inbox(i) is same as reading the message as Inbox.Message(i)
| 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; int i; try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
Inbox.Message(i) Method
Inbox.Message(i).Phone
Property
Inbox.Message(i).Text
Property
Inbox.Message(i).SMSC
Property
Inbox.Message(i).TimeStamp
Property
Inbox.Message(i).TimeStampRFC Property