Sicos1977 / MsgKit

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

Only cast valid email addresses to MailboxAddress #108

Closed jamesjohnmcguire closed 12 months ago

jamesjohnmcguire commented 12 months ago

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

Sicos1977 commented 12 months ago

Good point