The Inbox.Clear method deletes all the previously
retrieved messages in the instance of
mCore.Inbox type collection class returned by the
mCore.SMS.Inbox method and also from the GSM modem.
Returns a Boolean value True if there are no errors in executing the Clear
method.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.SMSDeleteException
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.Refresh Method
Message.Delete
Method
Inbox.Concatenate Property
mCore.SMSDeleteException Class