Hi Team,
In our project we are trying To convert eml To pdf file and code is as below:
MailMessage message = MailMessage.Load(source);
System.IO.MemoryStream msMsg = new System.IO.MemoryStream();
message.Save(msMsg, As…...PageSetup ps = parentSection.PageSetup; double maxWidth = ps.PageWidth...PageWidth - ps.LeftMargin - ps.RightMargin; if (shape.Width > maxWidth)...