The MessageMemory enumeration specifies the
MessageMemory property value which
defines the type of message memory which will be used for reading and deleting
text messages.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Member Name | Description |
| SM | SIM memory |
| ME | ME (Phone) memory |
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) |
mCore.SMS.MessageMemory Property