|
smtp-client
SMTP Client C Library
|
Collaboration diagram for mailx_attachment:Data Fields | |
| char | name [1000] |
| char | path [1000] |
The attachment name and path stored for each attachment to send to the recipient.
| char mailx_attachment::name[1000] |
File name for this attachment to display to the recipient.
Definition at line 50 of file mailx.c.
Referenced by mailx_append_attachment(), and mailx_send().
| char mailx_attachment::path[1000] |
Local file path pointing to the attachment to send.
Definition at line 55 of file mailx.c.
Referenced by mailx_append_attachment(), and mailx_send().