SendMail
Description
SendMail( char *Mail_To
, char *Mail_Cc
, char *Mail_Subject
, char *Mail_Body
, char *Mail_Attachment
, boolMail_ShowUI
);
This function sends an e-mail to the mail recipient.
Parameters
_SendMail
Description
_SendMail();
This function sends a current picture or its part to the mail recipient. First it shows the dialog for specifying the name, file format, compression and the size. The size of sent picture is actually calculated by creating temporary picture. Then it displays dialog for an empty message with previously selected file as an attachment. This dialog comes from the default e-mail client program and keeps its default settings.