smtp-client
SMTP Client C Library
mailx_attachment Struct Reference
+ Collaboration diagram for mailx_attachment:

Data Fields

char name [1000]
 
char path [1000]
 

Detailed Description

The attachment name and path stored for each attachment to send to the recipient.

Definition at line 46 of file mailx.c.

Field Documentation

◆ name

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().

◆ path

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().


The documentation for this struct was generated from the following file: