Sicos1977 / MsgKit

A .NET library to make MSG files without the need for Outlook
206 stars 56 forks source link

Only cast valid email addresses to MailboxAddress #108

Closed jamesjohnmcguire closed 1 year ago

jamesjohnmcguire commented 1 year ago

Otherwise, the attempted cast with throw an InvalidCastException, in certain situations, which I came across.

Sicos1977 commented 1 year ago

Good point