|  | MessageState Enumeration | 
Namespace: Eclo.NETMF.SIM800H
 Syntax
Syntaxpublic enum MessageState
 Members
Members| Member name | Value | Description | |
|---|---|---|---|
| Error | 0 | Error retrieving message | |
| ReceivedUnread | 1 | Messages that were received and read | |
| ReceivedRead | 2 | Messages that were received but not yet read | |
| StoredUnsent | 3 | Messages that were created but not yet sent | |
| StoredSent | 4 | Messages that were created and sent | |
| All | 5 | All messages | 
 See Also
See Also