Programming Guide |
Sends an email message
int sm_mail_send(int obj_id);int sm_n_mail_send(char *name);
obj_id
- The object ID of the mail object.
name
- The name assigned to the mail object.
- 0 Success.
sm_mail_send
sends the message identified byobj_id
orname
and deletes it.