Whisperstream Research Group - SerialComm GSM SDK Documentation

ISMSModule.SendStoredMessage Method (Int32, String)

Send a previously stored message to a new recipient

bool SendStoredMessage(
   int msgNum,
   string toNumber
);

Parameters

msgNum
the message index in memory
toNumber
the new recipient

Return Value

true if the operation was successful, false otherwise

See Also

ISMSModule Interface | Whisperstream.SerialComm.Framework.Interfaces Namespace | ISMSModule.SendStoredMessage Overload List