diff --git a/MimeKit/MimeMessage.cs b/MimeKit/MimeMessage.cs index 02ec8bc606..02b9b42983 100644 --- a/MimeKit/MimeMessage.cs +++ b/MimeKit/MimeMessage.cs @@ -461,10 +461,15 @@ public XMessagePriority XPriority { /// Get or set the address in the Sender header. /// /// - /// The sender may differ from the addresses in if - /// the message was sent by someone on behalf of someone else. - /// - /// The address in the Sender header. + /// 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. + /// + /// The address in the Sender header, if available. public MailboxAddress Sender { get { if ((lazyLoaded & LazyLoadedFields.Sender) == 0) {