Click or drag to resize
MimeKit

MimeMessageSender Property

Get or set the address in the Sender header.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public MailboxAddress Sender { get; set; }

Property Value

MailboxAddress
The address in the Sender header, if available.

Implements

IMimeMessageSender
Remarks

The "Sender" field specifies the mailbox of the agent responsible for the actual transmission of the message. For example, if a secretary were to send a message for another person, the mailbox of the secretary would appear in the "Sender" field and the mailbox of the actual author would appear in the "From" field. If the originator of the message can be indicated by a single mailbox and the author and transmitter are identical, the "Sender" field SHOULD NOT be used. Otherwise, both fields SHOULD appear.

See Also