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

Data Fields

enum smtp_address_type address_type
 
char email [1000]
 

Detailed Description

Stores the to and from email addresses.

Definition at line 30 of file mailx.c.

Field Documentation

◆ address_type

enum smtp_address_type mailx_address::address_type

See smtp_address_type.

Definition at line 34 of file mailx.c.

Referenced by mailx_address_append(), and mailx_send().

◆ email

char mailx_address::email[1000]

Email address.

Definition at line 39 of file mailx.c.

Referenced by mailx_address_append(), and mailx_send().


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