Click or drag to resize

MailBuilderFrom Property

Gets the author(s) of this email message ('From' header). If it's empty, email message is NOT RFC 2822 compliant.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public IList<MailBox> From { get; }

Property Value

IListMailBox
See Also