EmailRecipient.name

The email user's name. It should not have quotes or any other encoding.

For example, Adam D. Ruppe.

struct EmailRecipient
string name;

Meta