The MessageMemory property gets or sets the memory storage area
that will be used for reading incoming text messages using
mCore.SMS.Inbox.Refresh method and deleting incoming SMS
using mCore.SMS.Inbox.Message(i).Delete method
or mCore.SMS.Inbox.Clear
method. The value can be set either SIM
memory (SM) or Phone memory (ME).
The MessageMemory property value is of type
mCore.MessageMemory
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| 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) |
mCore.SMS.Inbox.Refresh Method
mCore.SMS.Inbox.Clear Method
mCore.SMS.Inbox.Message(i).Delete
Method