| EnvelopeSender Property |
Gets the actual sender(s) of the message.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public InternetAddressList Sender { get; }
Property Value
InternetAddressListThe actual sender(s) of the message.
Remarks
The senders may differ from the addresses in
From if
the message was sent by someone on behalf of someone else.
See Also