msgbranched/messaging/email/clientmtms/group/imcm.rss
branchRCL_3
changeset 16 b9bc42ac264b
parent 0 8e480a14352b
equal deleted inserted replaced
15:c540a10963a1 16:b9bc42ac264b
   207 // If this value is set to 1,body text data  will be stored when downloaded via IMPS and POPS using chunk storage option.  
   207 // If this value is set to 1,body text data  will be stored when downloaded via IMPS and POPS using chunk storage option.  
   208 // If this value is set to 0, the body text is  stored by creating entire message in RAM.
   208 // If this value is set to 0, the body text is  stored by creating entire message in RAM.
   209 
   209 
   210 RESOURCE INT8 store_plain_body_text
   210 RESOURCE INT8 store_plain_body_text
   211 	{
   211 	{
   212 	value = 1;
   212 	value = 0;
   213 	}
   213 	}