Recipient

Struct that holds name and address of a person holding e-mail box and is capable of sending messages.

struct Recipient {}

Members

Variables

address
string address;
Undocumented in source.
name
string name;
Undocumented in source.

Meta