Click or drag to resize
MimeKit

MimeMessageFrom Property

Get the list of addresses in the From header.

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

Property Value

InternetAddressList
The list of addresses in the From header.
Remarks

The "From" header specifies the author(s) of the message.

If more than one MailboxAddress is added to the list of "From" addresses, the Sender should be set to the single MailboxAddress of the personal actually sending the message.

See Also