-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a MailboxAddress.Parse method that returns a MailboxAddress instead of InternetAddress ? #197
Comments
MailboxAddress.Parse
method that returns a MailboxAddress
instead of InternetAddress
?
The Parse() method is on the InternetAddress class (which is the base class for MailboxAddress). You can just cast the result to MailboxAddress. |
I guess it would be nice if you didn't have to cast the result though. On Wed, Dec 9, 2015 at 10:12 AM, Jeffrey Stedfast [email protected]
|
Implemented. |
Wow thanks!!! |
MimeKit 1.2.18 just released to nuget supports this. I'll be making another 1.3.0-beta in the next few days (if you need dnxcore50) |
No description provided.
The text was updated successfully, but these errors were encountered: