save
Description:
Save the this content to the message info record record
.
It can populate all but the record->bdata value, which is set fro mthe bdata_str
. Use helper functions
util_bdata_put_number and
util_bdata_put_string to put data into the bdata_str
.
Parameters:
this | |
record |
a MIRecord to populate |
bdata_str |
a StringBuilder with a string to save as backend specific data (bdata) |
Returns:
Whether the save succeeded. |