Whisperstream Research Group - SerialComm GSM SDK Documentation

ISMSModule.WriteMessageToMemory Method

Writes a message to the phone's memeory. This method is called to write a message to the Sent/Unsent memory areas, any attempt to send a message to the Read/UnRead memory areas will cause an Arguments exception

Overload List

Writes a message to the phone's memeory. This method is called to write a message to the Sent/Unsent memory areas, any attempt to send a message to the Read/UnRead memory areas will cause an Arguments exception

bool WriteMessageToMemory(PDUSubmit,WriteToMemoryOptions);

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

bool WriteMessageToMemory(SMSMessage,WriteToMemoryOptions);

See Also

ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace