Examples; Add Recipients; Add Cc Recipients Or Bcc Recipients - Quectel LTE Standard MMS Application Note

Lte standard module
Table of Contents

Advertisement

3

Examples

3.1. Add Recipients

//Add phone number or email address as a recipient. The maximum number of recipients is 6.
AT+QMMSEDIT=1,1,"13856122546"
OK
AT+QMMSEDIT=1,1,"recipient .test@quectel.com"
OK
AT+QMMSEDIT=1
+QMMSEDIT: 1,"13856122546"
+QMMSEDIT: 1,"recipient.test@quectel.com"
OK
//Delete the recipients by executing AT+QMMSEDIT=1,0.
AT+QMMSEDIT=1,0
OK
AT+QMMSEDIT=1
OK

3.2. Add CC Recipients or BCC Recipients

//The operation of adding CC recipients differs from adding BCC recipients only in <function> value. For
CC recipients, the <function> value is 2. For BCC recipients, it is 3.
AT+QMMSEDIT=2,1,"13856122546"
OK
AT+QMMSEDIT=2
+QMMSEDIT: 2,"13856122546"
OK
//Delete the CC recipient by executing AT+QMMSEDIT=2,0.
AT+QMMSEDIT=2,0
OK
AT+QMMSEDIT=2
LTE_Standard_MMS_Application_Note
LTE Standard Module Series
LTE Standard MMS Application Note
//Add a phone number as a recipient.
//Add an email address as a recipient.
//Query the recipients address.
//Delete a recipient.
//Query the recipients' address.
//Add a phone number as a CC recipient.
//Query the CC recipient address.
//Delete the CC recipient.
//Query the CC recipient address.
14 / 26

Advertisement

Table of Contents
loading

Table of Contents