GXDN: Gurux Developer Network
Read Method (timeout, showDialog)
NamespacesGurux.SMSGXSMSRead(Int32, Boolean)
Reads all messages of the selected memory, phone or SIM card.
Parameters
timeout (Int32)
Maximum time, in milliseconds, to read messages.
showDialog (Boolean)
If True, the read dialog is shown. Default value is True.
Return Value
Collection of GXSMSMessages.
Examples
CopyVBScript
                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