Read |
The ReadMessageEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ReadMessageEventArgs | Constructor. |
| Name | Description | |
|---|---|---|
| CenterNumber | Number of the SMS center. | |
| Index | Index number of the messages inside the storage location. | |
| MessageText | Text of the message. | |
| PhoneNumber | Number of the sender. | |
| Status | Status can have the following values: -1 = Unknown status 0 = Received unread message (that is new message). 1 = Received read message. 2 = Stored unsent message. 3 = Stored sent message. 16 = Template message. | |
| TimeStamp | Date-time, when the message was received. | |
| TimeZone | The current time zone relation to GMT, one unit is 15min. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |