Closed htoma closed 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
In fact References and In-Reply-To are free-text headers and not MailAdress.
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