from property

List<MailAddress>? from
getter/setter pair

List of senders, typically this is only one sender

Implementation

List<MailAddress>? from;