andyedinborough / aenetmail

C# POP/IMAP Mail Client
369 stars 153 forks source link

References field in the MailMessage class #57

Closed htoma closed 12 years ago

htoma commented 12 years ago

Actually this is not an issue, but more of a nice to have feature since it will help chaining the replies.

It may look like this:

public MailAddress[] References { get; private set; }

and be populated in the Load method:

References = Headers.GetAddresses("References");

Thanks

htoma commented 12 years ago

In fact References and In-Reply-To are free-text headers and not MailAdress.