Send |
The SendMailEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| SendMailEventArgs | Construct SendMailEventArgs object |
| Name | Description | |
|---|---|---|
| Bcc | A semicolon-delimited list of BCC recipients for the message. | |
| Cc | A semicolon-delimited list of CC recipients for the message. | |
| Data | Pointer to the data buffer to be sent.Can be NULL. | |
| IsGUI | If true, the rest of the parameters are used in a compose-new-message window that is displayed to the user. If false, the cTo parameter is required and all others are optional. | |
| Msg | The content of the message. The length limit is 64 KB. | |
| Subject | The subject of the message. The length limit is 64 KB. | |
| To | A semicolon-delimited list of recipients for the message. |