| EnvelopeFrom Property |
Gets the address(es) that the message is from.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public InternetAddressList From { get; }
Property Value
InternetAddressListThe address(es) that the message is from.
Remarks
Gets the address(es) that the message is from.
See Also