I have some email header information from a LotusNotes NotesDocument that I am trying to stuff into a MailMessage (and/or MapiMessage). If I set the follow fields below, Aspose.Email throws an exception because it is not a valid email address.
string val = “CN=Jennifer Peabody/OU=SAN/OU=NA/O=EURORSCG”;
MailMessage mail = new MailMessage();
mail.To = val;
How would I setup a MailMessage (and/or MapiMessage) if some of my email addresses are the X.400 format?
I guess it may not be possible since the mapping is on the Exchange server?
Hi,
Hi Babar,
Hi Rob,
Your query is replied [here](https://forum.aspose.com/t/23236)
in your separate thread on this issue. It is logged for investigation. Please feel free to write us back if you have any other query related to Aspose.Email.