Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Getting error while loading eml file "Sender Email is not proper"

$
0
0
Hi

I am using aspose eml to convert eml files in to pst.
I am using following code for load sample eml file.
But it gives me error that "Sender Email is not proper".

I have attached sample eml file with this post
 try
            {
                MailMessage f_Objmailmessage = MailMessage.Load(@"C:\Users\maruti\Desktop\Sender_Email_is_not_proper.eml");
                MapiMessage f_mapimessage = MapiMessage.FromMailMessage(f_Objmailmessage);
            }
            catch (Exception objEx)
            {
                m_objLogFile.LogError(CLASS_NAME, METHOD_NAME, objEx);
            }





Viewing all articles
Browse latest Browse all 1367

Latest Images

Trending Articles



Latest Images