The Inbox.Count property gets the number of messages in the Inbox (instance of mCore.Inbox type collection class returned by mCore.SMS.Inbox method) as a Integer value.
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; mCore.Inbox objInbox = objSMS.Inbox(); try { SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
Inbox.Refresh Method
Inbox.IsEmpty Property
Inbox.HasMessages Property
Inbox.Concatenate Property