Click or drag to resize
MimeKit

EnvelopeSender Property

Gets the actual sender(s) of the message.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public InternetAddressList Sender { get; }

Property Value

InternetAddressList
The 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