Programming Guide |
Specifies the file containing the text of the email message
int sm_mail_file_text(int obj_id, char *filename);int sm_n_mail_file_text(char *name, char *filename);
obj_id
- The object ID of the mail object.
filename
- The file containing the mail message.
name
- The name assigned to the mail object.
- 0 Success.
sm_mail_file_text takes the message text from the specified text file.