| EnvelopeTo Property |
Gets the list of addresses that the message was sent to.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public InternetAddressList To { get; }
Property Value
InternetAddressListThe address(es) that the message was sent to.
Remarks
Gets the list of addresses that the message was sent to.
See Also