Reads all messages of the selected memory, phone or SIM card.
Collection of GXSMSMessages.
dim msgs, pos
msgs = Read(5000, true)
For pos = 0 To UBound(msgs)
MsgBox msgs(pos).
Next
Assembly: Gurux.SMS (Module: Gurux.SMS) Version: 5.0.0.1