MailMessageSender Property
Gets or sets the value of Sender header.

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Sender { get; set; }

Property Value

Type: String
A string containing the value of Sender header of the message. The default value is an empty string.
Remarks
This is an optional header. It's sometimes used as an alternative to From in case if the message was sent from the address which differs from From address. If you want to specify the real sender's address, you can set this property for that.
See Also