Click or drag to resize
MimeKit

EnvelopeFrom Property

Gets the address(es) that the message is from.

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

Property Value

InternetAddressList
The address(es) that the message is from.
Remarks
Gets the address(es) that the message is from.
See Also