MailBee.NET Objects 4.0

Envelope.Sender Property

Gets EmailAddress object representing the information about the actual sender of the message.

public MailBee.Mime.EmailAddress Sender {get;}

Property Value

A reference to EmailAddress object representing the information about the actual sender of the message.

Remarks

Usually, this property will return the same information as From property. However, if the message was sent from the address other than "From:", these properties will return different results.

See Also

Envelope Class | MailBee.ImapMail Namespace