Motorola G24 用户手册

下载
页码 642
Email
3-166
 AT Commands Reference Manual
December  31, 2007
Updating email
AT+MEMW=1,109,"mike@mail.com" //update an existing email 
> <CTRL+Z>                    //body remain the same
+MEMW: 109
OK
AT+MEMR=109//read the updated mail, cc: field was added body was   
            //not changed
+MEMR: 3,"","joe@mail.com","mike@mail.com","","","01/01/00 04:40 -00","text for body is entered 
here new line is entered"
OK
AT+MEMW=0,109,"nir@mail.com" //updating to: field
> <CTRL+Z>                   //body remain the same
+MEMW: 109
OK
AT+MEMR=109 // read the updated mail- only to: field is changed
+MEMR: 3,"","nir@mail.com","mike@mail.com","","","01/01/00 04:40 -00","text for body is entered 
here new line is entered"
OK
AT+MEMW=,109,
> updating the body only with new text <CTRL+Z>
+MEMW: 109
OK
at+memr=109// read the updated mail
+MEMR: 3,"","nir@mail.com","mike@mail.com","","","01/01/00 04:40 -00","updating the body only 
with new text"
OK