diff --git a/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs b/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs index 238c78a6d..2b0e43561 100644 --- a/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs +++ b/GreenshotOfficePlugin/OfficeExport/OutlookEmailExporter.cs @@ -349,7 +349,7 @@ namespace Greenshot.Interop.Office { hrefEnd = ""; } string htmlImgEmbedded = string.Format("
{0}\"{1}\"
", href, attachmentName, contentID, hrefEnd); - string fallbackBody = "" + htmlImgEmbedded + ""; + string fallbackBody = string.Format("{0}", htmlImgEmbedded); if (bodyString == null) { bodyString = fallbackBody; } else {