The Inbox.GetEnumerator method returns a
System.Collections.IEnumerable.GetEnumerator that iterates through the messages
in Inbox using For...Each...Next loop in Visual Basic language (foreach in C#).
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
mCore.SMSReadException
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
Inbox.Concatenate Property
mCore.SMSReadException Class