Values_1.EmailAddressInfoSourceContains information about a source or destination email address.
type nonrec t = {emailAddress : Values_0.EmailAddress.t;The email address, including the domain.
*)displayName : Values_0.EmailAddressDisplayName.t option;The display name of email address.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of Values_0.EmailAddress.t ]) list ]