I have Loaded .msg File to aspose mail message message to save it into eml using
message = MailMessage.Load(FilePath);
message.Save(memoryStream, SaveOptions.DefaultEml);
But if there is .msg attachment in MSG File after loading it into mail message, I m unable to get attachment extension (Original Attachment Filename = msgattachment.msg after loading its is “msgattchment” without extension ) due to which the file is unable to open .
Kindly provide a solution for the same.