The methods of the ISMSModule interface are listed below. For a complete list of ISMSModule interface members, see the ISMSModule Members topic.
DeleteMessage | Deletes a message from the phone's memory |
ReadAllMessages | Provides a list of all messages in the active memory |
ReadMessage | Reads a message located at msgNum index in memory |
SelectActiveMessageStore | Selects the active memory store (usually SimCard or Phone Memory) |
SendMessage | sends an sms message |
SendStoredMessage | Overloaded. Send a previously stored message to a new recipient |
WriteMessageToMemory | Overloaded. Writes a message to the phone's memeory. This method is called to write a message to the Read/UnRead memory areas, any attempt to send a message to the Sent/Unsent memory areas will cause an Arguments exception |
ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace