Enum MessageState
Possible states for a text message
Namespace: Eclo.nF.SIM800H
Assembly: cs.temp.dll.dll
Syntax
public enum MessageState
Fields
| Name | Description |
|---|---|
| All | All messages |
| Error | Error retrieving message |
| ReceivedRead | Messages that were received but not yet read |
| ReceivedUnread | Messages that were received and read |
| StoredSent | Messages that were created and sent |
| StoredUnsent | Messages that were created but not yet sent |