The Text property gets the text message of the incoming SMS as a string.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.SMSReadException
mCore.GeneralException
| 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) |
Inbox.Message(i) Method
Inbox.Message(i).Index
Property
Inbox.Message(i).Phone
Property
Inbox.Message(i).SMSC
Property
Inbox.Message(i).TimeStamp
Property
Inbox.Message(i).TimeStampRFC Property