 | MimeMessageTo Property |
Get the list of addresses in the To header.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic InternetAddressList To { get; }
Property Value
Type:
InternetAddressListThe list of addresses in the To header.
Remarks
The addresses in the To header are the primary recipients of
the message.
See Also