|
ITK Function Reference
(V10000.1.0.60_20160308.00) |
#include <envelope.h>
Data Fields | |
| const char * | from_user |
| logical | is_Cc_recipient |
| const char * | subject |
| tag_t | tag |
| const char * | text |
| const char * | to_user |
Definition at line 44 of file envelope.h.
| const char* MAIL_message_s::from_user |
Email address of the sender
Definition at line 47 of file envelope.h.
| logical MAIL_message_s::is_Cc_recipient |
Specifies if the recipient is a carbon-copy recipient
Definition at line 51 of file envelope.h.
| const char* MAIL_message_s::subject |
Subject of the email
Definition at line 49 of file envelope.h.
| tag_t MAIL_message_s::tag |
Tag of the envelope from where the email is sent
Definition at line 46 of file envelope.h.
| const char* MAIL_message_s::text |
Body of the email
Definition at line 50 of file envelope.h.
| const char* MAIL_message_s::to_user |
Email address of the recipient
Definition at line 48 of file envelope.h.