I am using Aspose.email for saving Emails as .MSG file .If emails having .eml file as an attachment it is saving as an .msg attchement. As it should remain .eml only ,I am using
MapiMessage AsposeMapimailobject = null;
AsposeMapimailobject = (MapiMessage)Item.Item;
AsposeMapimailobject.Save(FilePath, SaveOptions.DefaultMsgUnicode);
this method for saving MSG file.
Kindly need Solution for the same .