The Inbox method returns mCore.Inbox collection class object.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Name | Description |
| Inbox () | Returns mCore.Inbox collection class object. |
| Inbox (Index As Integer) | Returns a message in the Inbox as mCore.Message class object. |
mCore.GeneralException
mCore.SMSReadException
| 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.Count Property
Inbox.IsEmpty Property
Inbox.HasMessages Property
Inbox.Concatenate Property
Inbox.Refresh Method
Inbox.Clear Method
Inbox.Message Method
mCore.SMS.MessageMemory Property