Embedding Image in SCSM notification template instead of refering the image

Hi All,
I have an image which is to displayed in the email , I used the HTML img tag and referenced the shared location of the image and it is working fine ,
But can we embed the image directly in the email , using the
"data:image/png;base64/"" in SCSM Notification templates..
I require this because , the image is not displayed in gmail If we use the below code
<img src="share path of image">
Thanks
Kalai

Hi,
Based on my research, to add images to an email, those images should be hosted on some web server on your
intranet.  If they are on the Internet you’ll get the little red X in your Outlook (or other email client) for privacy/security reasons. 
Add a line of HTML to your template that looks like this:
<img src=”http://yourserver/SomeImageFile.jpg”/>  where you put the URL to your file in the src attribute
More details:
http://blogs.technet.com/b/servicemanager/archive/2009/09/28/creating-notification-templates-in-system-center-service-manager.aspx
In addition, here is a similar thread, please also refer to it:
Add logo to email template
https://social.technet.microsoft.com/Forums/systemcenter/en-US/3f006db7-b71a-4a56-b62d-9825eec95c77/add-logo-to-email-template
Regards,
Yan Li
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Search Index says Normal Template instead of listing the help page names

    Hi
    when I type a search word into the Java Help Find text box. The search system lists relevant pages (in the pane underneath the Find text box) but instead of giving the page titles it just says "Normal Template".
    Does any one know how I can fix this?
    Thanks.

    Edit your html file and enter the title you want displaying between the two tags shown. <TITLE>hgashgas</TITLE>
    Yours probably has the text Normal Template in here.
    Hope this helps.
    Barry

  • How to display embedded image & text in content presenter web template

    We have a requirement to display both text and embedded image together like in WYSIWYG editor in Webcenter spaces. The content has to be dynamic and is context sensitive so that users in the same role can edit and publish the content. The users who are in different role would see different piece of content.
    To achieve this use case, i think Content Presenter enabled with Site studio is the best choice. I have created element and region definitions with WYSIWYG and region templates in site studio. Created contributor data file in UCM. Content Presenter in webcenter is configured with that region definition and the region template etc.
    At design time, the contributor data file is edited and some image / text is added in WYSIWYG editor.. But however at runtime view, i could see only the text added in WYSIWYG editor and the file name of the image embedded....Any one successfully used Content Presenter with Site studio???
    Regards
    Prasath.C

    Hi
    I'm using the site studio tags in jdev. My code is the following one and I have the same result I see the the html tags instead a formatted text.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:dt="http://xmlns.oracle.com/webcenter/content/templates"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:trh="http://myfaces.apache.org/trinidad/html">
    <dt:contentTemplateDef var="node">
    <af:panelGroupLayout layout="vertical" id="pgl3">
    <af:panelGroupLayout layout="horizontal" valign="top" inlineStyle="background-color:#FFF; padding:10px;" id="pgl4">
    <af:spacer width="10px;" id="s1" inlineStyle="background-color:#DDD; color:white;"/>
    <af:panelGroupLayout layout="vertical" id="pgl1" valign="top">
    <af:outputText value="#{node.propertyMap['RD_RICH_TEXT:text1'].asTextHtml}"
    id="ot2" styleClass="bodytext"/>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </af:panelGroupLayout>
    </dt:contentTemplateDef>
    </jsp:root>

  • Image Attachment instead of embedded image (for sending photos)

    Hi,
    Is there a way to make mail send photos as an attachment rather than as an embedded image in the email? My colleagues are using Lotus Notes at work. Everytime I send them photos, they complain to me that they are having a hard time downloading the pictures 'coz they cannot simply click on it and save.
    thanks,
    zurc

    zurc,
    I sent mail in text-only format and put attachments at the very end of the message. I think photos and images are shown inline when send in a message in formatted-text format.
    Putting the files at the very end of the message prevents the mail being "split up" in several parts (body, photo attachment, and signature as attachment) which is also annoying for Windows users.
    I have to admit that I don't know if this works with Lotus Notes, but you could give it a try.

  • CR for VS SP09 - Embedded images not showing in CrystalReportViewer

    Good Morning Everyone,
    I am using Visual Studio 2013 as my IDE, I have installed the CR for VS SP09 and have been able to create a basic web form that displays a report. The report I am using has images embedded in it that display fine within my SAP Crystal Reports 2013 application when I run the report from within it. The images also show up when I export from the web form's crystalreportviewer and print just fine. The problem I am having is more related to the web form report viewer as runtime on the page.
    The web form pulls up the report, the data is there all looks great but the images are not showing.
    I added the following line to my web.config....
    "<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>"
    but to be honest I do not think the "CrystalImageHandler.aspx exists anywhere on my machine.... am I missing something?
    All help is appreciated, thanks!
    -Zack

    Interesting. My files end up in a subfolder of c:\Windows\Temp (I'm using Windows 7 64-bit). I wonder why they're different? You could use ProcMon to see where the files are going.
    Here's my web.config file, with some password stuff removed. See if you can spot any differences that might be relevant:
    <?xml version="1.0" encoding="utf-8"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
      <configSections>
          <sectionGroup name="businessObjects">
            <sectionGroup name="crystalReports">
              <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
              <section name="rptBuildProvider" type="CrystalDecisions.Shared.RptBuildProviderHandler, CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, Custom=null" />
            </sectionGroup>
          </sectionGroup>
          <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
      <sectionGroup name="elmah">
          <section name="security" requirePermission="false" type="Elmah.SecuritySectionHandler, Elmah" />
          <section name="errorLog" requirePermission="false" type="Elmah.ErrorLogSectionHandler, Elmah" />
          <section name="errorMail" requirePermission="false" type="Elmah.ErrorMailSectionHandler, Elmah" />
          <section name="errorFilter" requirePermission="false" type="Elmah.ErrorFilterSectionHandler, Elmah" />
        </sectionGroup></configSections>
      <businessObjects>
        <crystalReports>
          <crystalReportViewer>
    <!--                <add key="ResourceURI" value="~/crystalreportviewers13" />-->
            <add key="ResourceURI" value="/crystalreportviewers13" />
            <add key="documentView" value="weblayout" />
            <add key="EnableTextClipping" value="true" />
          </crystalReportViewer>
          <rptBuildProvider>
            <add embedRptInResource="true" />
          </rptBuildProvider>
        </crystalReports>
      </businessObjects>
      <appSettings>
        <add key="CrystalImageCleaner-AutoStart" value="true" />
        <add key="CrystalImageCleaner-Sleep" value="60000" />
        <add key="CrystalImageCleaner-Age" value="120000" />
      </appSettings>
      <system.web>
        <compilation debug="true" targetFramework="4.5">
          <assemblies>
            <add assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.ReportSource, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.ReportAppServer.Controllers, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.ReportAppServer.DataDefModel, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.CrystalReports.Engine, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304" />
            <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
          </assemblies>
        </compilation>
        <httpRuntime targetFramework="4.5" maxRequestLength="1048576" />
        <authentication mode="Forms">
          <forms defaultUrl="~/Default.aspx" loginUrl="~/Account/Login.aspx" slidingExpiration="true" timeout="2880"></forms>
        </authentication>
        <pages>
          <namespaces>
            <add namespace="System.Web.Optimization" />
            <add namespace="Microsoft.AspNet.Identity" />
          </namespaces>
        <controls>
          <add assembly="Microsoft.AspNet.Web.Optimization.WebForms" namespace="Microsoft.AspNet.Web.Optimization.WebForms" tagPrefix="webopt" />
        </controls></pages>
        <membership>
          <providers>
            <!--
            ASP.NET Membership is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
            -->
            <clear />
          </providers>
        </membership>
        <profile>
          <providers>
            <!--
            ASP.NET Membership Profile is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
            -->
            <clear />
          </providers>
        </profile>
        <roleManager>
          <!--
              ASP.NET Membership Role is disabled in this template. Please visit the following link http://go.microsoft.com/fwlink/?LinkId=301889 to learn about the ASP.NET Membership support in this template
            -->
          <providers>
            <clear />
          </providers>
        </roleManager>
        <!--
                If you are deploying to a cloud environment that has multiple web server instances,
                you should change session state mode from "InProc" to "Custom". In addition,
                change the connection string named "DefaultConnection" to connect to an instance
                of SQL Server (including SQL Azure and SQL  Compact) instead of to SQL Server Express.
          -->
        <sessionState mode="InProc" customProvider="DefaultSessionProvider" timeout="45">
          <providers>
            <add name="DefaultSessionProvider" type="System.Web.Providers.DefaultSessionStateProvider, System.Web.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" connectionStringName="DefaultConnection" />
          </providers>
        </sessionState>
        <httpHandlers>
          <!-- Temporarily replacing the CR image handler with our own version -->     
          <!-- <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />-->
        </httpHandlers>
        <httpModules>
          <add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
          <add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
          <add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
        </httpModules>
      </system.web>
      <system.webServer>
        <security>
          <requestFiltering>
            <requestLimits maxAllowedContentLength="1073741824" />
          </requestFiltering>
        </security>
        <handlers>
          <!-- Temporarily replacing the CR image handler with our own version -->
          <!-- <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" preCondition="integratedMode,runtimeVersion4.0" />-->
          <add name="CrystalImageHandler.aspx_GET" verb="GET" path="CrystalImageHandler*" type="WebReporting.Code.CrystalImageHandler, WebReporting, Version=1.0.0.0, Culture=neutral" preCondition="integratedMode" />
          <add name="websiteThemeImageHandler" verb="*" path="images/theme/*/theme.png" type="WebReporting.Code.WebsiteThemeImageHandler, WebReporting, Version=1.0.0.0, Culture=neutral" preCondition="managedHandler" />
        </handlers>
        <validation validateIntegratedModeConfiguration="false" />
        <modules>
          <remove name="FormsAuthenticationModule" />
        <add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" /><add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" /><add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" /></modules>
      </system.webServer>
      <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
          <dependentAssembly>
            <assemblyIdentity name="WebGrease" culture="neutral" publicKeyToken="31bf3856ad364e35" />
            <bindingRedirect oldVersion="0.0.0.0-1.6.5135.21930" newVersion="1.6.5135.21930" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Microsoft.AspNet.Identity.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
          </dependentAssembly>
          <dependentAssembly>
            <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
            <bindingRedirect oldVersion="0.0.0.0-2.1.0.0" newVersion="2.1.0.0" />
          </dependentAssembly>
        </assemblyBinding>
      </runtime>
      <entityFramework>
        <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
          <parameters>
            <parameter value="v11.0" />
          </parameters>
        </defaultConnectionFactory>
        <providers>
          <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
        </providers>
      </entityFramework>
      <elmah>
        <!--
            See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
            more information on remote access and securing ELMAH.
        -->
        <security allowRemoteAccess="true" />
      </elmah>
      <!-- NOTE: This section REALLY IS being used! VS or ReSharper might tell you it isn't,
           because nothing matches the path "elmah.axd", but it actually IS being used,
           and is CRITICAL TO SECURITY, so don't remove it!! -->
      <location path="elmah.axd" inheritInChildApplications="false">
        <system.web>
          <httpHandlers>
            <add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
          </httpHandlers>
          <authorization>
            <allow roles="DebugLogViewer" />
            <deny users="*" /> 
          </authorization>
        </system.web>
        <system.webServer>
          <handlers>
            <add name="ELMAH" verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" preCondition="integratedMode" />
          </handlers>
        </system.webServer>
      </location>
    </configuration>

  • Embedded image in html body of the email is not appearing in Outlook mail box

    My application Basically gets the un delivered emails from the outlook account.Composes the email from information then also appends the signature of email.The signatures may be multiple , form will show these signatures as a dropdown usin webbrowser control there both image as well as links appear well.But the same if draft them to outlook drafts folder the image in the signature misses and shows image not available.II fetch the signature from user local signature folder , convert it base64 string and set the string as source for image element and append this body of the email.I basically use Outlook COM object to achieve thesepublic void AddImageContentToHtml(List<TamDetails> tamList,string html,string key)
    string htmlContent = html as string;
    string imageSource = string.Empty;
    HtmlNode signatureNode = null;
    HtmlNodeCollection nodeCollection = null;
    List<string> imagePaths = null;
    string requiredImage = string.Empty;
    string base64Image = string.Empty;
    if (!string.IsNullOrWhiteSpace(key))
    imagePaths = ImageDict[key];
    foreach (string strPath in imagePaths)
    //string appDataDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\Microsoft\\Signatures";
    requiredImage = strPath;
    string [] commonPath = { Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Microsoft", "Signatures")};
    string[] validPaths = requiredImage.Split(commonPath, StringSplitOptions.RemoveEmptyEntries);
    if (validPaths.Count() > 1)
    var path1 = commonPath[0];
    var path2 = validPaths[1];
    int index = path2.IndexOf('/');
    path2.Remove(index);
    requiredImage = path1 + path2;
    if (!string.IsNullOrEmpty(requiredImage))
    if (File.Exists(requiredImage))
    base64Image = CreateBase64Image(requiredImage);
    string fileExtension = Path.GetExtension(requiredImage);
    imageSource = "data:image/" + fileExtension.Remove(0, 1) + ";base64," + base64Image;
    if (!string.IsNullOrWhiteSpace(htmlContent))
    try
    HtmlDocument htmlDoc = new HtmlDocument();
    if (!string.IsNullOrEmpty(imageSource))
    htmlContent=htmlContent.Replace(requiredImage, imageSource);
    htmlDoc.LoadHtml(htmlContent);
    // HtmlNode node = new HtmlNode()
    signatureNode = (htmlDoc.DocumentNode.Descendants("body").FirstOrDefault());
    nodeCollection = signatureNode.ChildNodes;
    catch (Exception ex)
    AppLogException.LogError("Error in appending Signature Image", ex);
    if (tamList != null)
    tamList.ForEach(a =>
    //StringWriter sw = new StringWriter(new StringBuilder(a.MailItem.HTMLBody));
    HtmlDocument doc = new HtmlDocument();
    doc.LoadHtml(a.SourceEmail);
    var node = doc.DocumentNode.Descendants("div").FirstOrDefault();
    if(nodeCollection != null && node != null)
    foreach (var childNode in nodeCollection)
    node.AppendChild(childNode);
    a.MailItem.HTMLBody = doc.DocumentNode.OuterHtml;
    //using(HtmlTextWriter htmlWriter = new HtmlTextWriter(sw,a.MailItem.HTMLBody))
    // htmlWriter.RenderBeginTag(HtmlTextWriterTag.Div);
    // if(!string.IsNullOrWhiteSpace(signatureNode))
    // htmlWriter.
    // htmlWriter.RenderEndTag();
    }My mail html body is <html xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:w="urn:schemas-microsoft-com:office:word"
    xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"
    xmlns="http://www.w3.org/TR/REC-html40">
    <head>
    <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
    <meta name=ProgId content=Word.Document>
    <meta name=Generator content="Microsoft Word 14">
    <meta name=Originator content="Microsoft Word 14">
    <link rel=File-List href="Sanjay%20S_files/filelist.xml">
    <link rel=Edit-Time-Data href="Sanjay%20S_files/editdata.mso">
    <!--[if !mso]>
    <style>
    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    </style>
    <![endif]--><!--[if gte mso 9]><xml>
    <o:OfficeDocumentSettings>
    <o:AllowPNG/>
    </o:OfficeDocumentSettings>
    </xml><![endif]-->
    <link rel=themeData href="Sanjay%20S_files/themedata.thmx">
    <link rel=colorSchemeMapping href="Sanjay%20S_files/colorschememapping.xml">
    <!--[if gte mso 9]><xml>
    <w:WordDocument>
    <w:View>Normal</w:View>
    <w:Zoom>0</w:Zoom>
    <w:TrackMoves/>
    <w:TrackFormatting/>
    <w:PunctuationKerning/>
    <w:ValidateAgainstSchemas/>
    <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
    <w:IgnoreMixedContent>false</w:IgnoreMixedContent>
    <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
    <w:DoNotPromoteQF/>
    <w:LidThemeOther>EN-US</w:LidThemeOther>
    <w:LidThemeAsian>X-NONE</w:LidThemeAsian>
    <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>
    <w:DoNotShadeFormData/>
    <w:Compatibility>
    <w:BreakWrappedTables/>
    <w:SnapToGridInCell/>
    <w:WrapTextWithPunct/>
    <w:UseAsianBreakRules/>
    <w:DontGrowAutofit/>
    <w:SplitPgBreakAndParaMark/>
    <w:EnableOpenTypeKerning/>
    <w:DontFlipMirrorIndents/>
    <w:OverrideTableStyleHps/>
    <w:UseFELayout/>
    </w:Compatibility>
    <m:mathPr>
    <m:mathFont m:val="Cambria Math"/>
    <m:brkBin m:val="before"/>
    <m:brkBinSub m:val="&#45;-"/>
    <m:smallFrac m:val="off"/>
    <m:dispDef/>
    <m:lMargin m:val="0"/>
    <m:rMargin m:val="0"/>
    <m:defJc m:val="centerGroup"/>
    <m:wrapIndent m:val="1440"/>
    <m:intLim m:val="subSup"/>
    <m:naryLim m:val="undOvr"/>
    </m:mathPr></w:WordDocument>
    </xml><![endif]--><!--[if gte mso 9]><xml>
    <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="true"
    DefSemiHidden="true" DefQFormat="false" DefPriority="99"
    LatentStyleCount="267">
    <w:LsdException Locked="false" Priority="0" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Normal"/>
    <w:LsdException Locked="false" Priority="9" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="heading 1"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 2"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 3"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 4"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 5"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 6"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 7"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 8"/>
    <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 9"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 1"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 2"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 3"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 4"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 5"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 6"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 7"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 8"/>
    <w:LsdException Locked="false" Priority="39" Name="toc 9"/>
    <w:LsdException Locked="false" Priority="35" QFormat="true" Name="caption"/>
    <w:LsdException Locked="false" Priority="10" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Title"/>
    <w:LsdException Locked="false" Priority="1" Name="Default Paragraph Font"/>
    <w:LsdException Locked="false" Priority="11" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtitle"/>
    <w:LsdException Locked="false" Priority="22" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Strong"/>
    <w:LsdException Locked="false" Priority="20" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Emphasis"/>
    <w:LsdException Locked="false" Priority="59" SemiHidden="false"
    UnhideWhenUsed="false" Name="Table Grid"/>
    <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Placeholder Text"/>
    <w:LsdException Locked="false" Priority="1" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="No Spacing"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 1"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 1"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 1"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 1"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 1"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 1"/>
    <w:LsdException Locked="false" UnhideWhenUsed="false" Name="Revision"/>
    <w:LsdException Locked="false" Priority="34" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="List Paragraph"/>
    <w:LsdException Locked="false" Priority="29" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Quote"/>
    <w:LsdException Locked="false" Priority="30" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Quote"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 1"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 1"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 1"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 1"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 1"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 1"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 1"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 1"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 2"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 2"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 2"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 2"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 2"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 2"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 2"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 2"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 2"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 2"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 2"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 2"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 2"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 2"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 3"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 3"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 3"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 3"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 3"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 3"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 3"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 3"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 3"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 3"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 3"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 3"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 3"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 3"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 4"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 4"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 4"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 4"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 4"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 4"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 4"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 4"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 4"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 4"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 4"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 4"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 4"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 4"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 5"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 5"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 5"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 5"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 5"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 5"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 5"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 5"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 5"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 5"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 5"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 5"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 5"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 5"/>
    <w:LsdException Locked="false" Priority="60" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Shading Accent 6"/>
    <w:LsdException Locked="false" Priority="61" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light List Accent 6"/>
    <w:LsdException Locked="false" Priority="62" SemiHidden="false"
    UnhideWhenUsed="false" Name="Light Grid Accent 6"/>
    <w:LsdException Locked="false" Priority="63" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 1 Accent 6"/>
    <w:LsdException Locked="false" Priority="64" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Shading 2 Accent 6"/>
    <w:LsdException Locked="false" Priority="65" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 1 Accent 6"/>
    <w:LsdException Locked="false" Priority="66" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium List 2 Accent 6"/>
    <w:LsdException Locked="false" Priority="67" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 1 Accent 6"/>
    <w:LsdException Locked="false" Priority="68" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 2 Accent 6"/>
    <w:LsdException Locked="false" Priority="69" SemiHidden="false"
    UnhideWhenUsed="false" Name="Medium Grid 3 Accent 6"/>
    <w:LsdException Locked="false" Priority="70" SemiHidden="false"
    UnhideWhenUsed="false" Name="Dark List Accent 6"/>
    <w:LsdException Locked="false" Priority="71" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Shading Accent 6"/>
    <w:LsdException Locked="false" Priority="72" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful List Accent 6"/>
    <w:LsdException Locked="false" Priority="73" SemiHidden="false"
    UnhideWhenUsed="false" Name="Colorful Grid Accent 6"/>
    <w:LsdException Locked="false" Priority="19" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtle Emphasis"/>
    <w:LsdException Locked="false" Priority="21" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Emphasis"/>
    <w:LsdException Locked="false" Priority="31" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Subtle Reference"/>
    <w:LsdException Locked="false" Priority="32" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Intense Reference"/>
    <w:LsdException Locked="false" Priority="33" SemiHidden="false"
    UnhideWhenUsed="false" QFormat="true" Name="Book Title"/>
    <w:LsdException Locked="false" Priority="37" Name="Bibliography"/>
    <w:LsdException Locked="false" Priority="39" QFormat="true" Name="TOC Heading"/>
    </w:LatentStyles>
    </xml><![endif]-->
    <style>
    <!--
    /* Font Definitions */
    @font-face
    {font-family:Calibri;
    panose-1:2 15 5 2 2 2 4 3 2 4;
    "Times New Roman";
    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    margin:0in;
    margin-bottom:.0001pt;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    "Times New Roman";
    "Times New Roman";
    p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
    "E-mail Signature Char";
    margin:0in;
    margin-bottom:.0001pt;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    "Times New Roman";
    "Times New Roman";
    span.E-mailSignatureChar
    {"E-mail Signature Char";
    "E-mail Signature";}
    .MsoChpDefault
    font-size:11.0pt;
    "Times New Roman";
    "Times New Roman";
    @page WordSection1
    {size:8.5in 11.0in;
    margin:1.0in 1.0in 1.0in 1.0in;
    div.WordSection1
    {page:WordSection1;}
    -->
    </style>
    <!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable
    {"Table Normal";
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    </style>
    <![endif]-->
    </head>
    <body lang=EN-US style='tab-interval:.5in'>
    <div
    <p S<o:p></o:p></p>
    <p
    <p
    <p gte vml 1]><v:shapetype id="_x0000_t75"
    coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
    filled="f" stroked="f">
    <v:stroke joinstyle="miter"/>
    <v:formulas>
    <v:f eqn="if lineDrawn pixelLineWidth 0"/>
    <v:f eqn="sum @0 1 0"/>
    <v:f eqn="sum 0 0 @1"/>
    <v:f eqn="prod @2 1 2"/>
    <v:f eqn="prod @3 21600 pixelWidth"/>
    <v:f eqn="prod @3 21600 pixelHeight"/>
    <v:f eqn="sum @0 0 1"/>
    <v:f eqn="prod @6 1 2"/>
    <v:f eqn="prod @7 21600 pixelWidth"/>
    <v:f eqn="sum @8 21600 0"/>
    <v:f eqn="prod @7 21600 pixelHeight"/>
    <v:f eqn="sum @10 21600 0"/>
    </v:formulas>
    <v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/>
    <o:lock v:ext="edit" aspectratio="t"/>
    </v:shapetype><v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:381.75pt;
    height:63.75pt'>
    <v:imagedata src="Sanjay%20S_files/image001.png" o:title="Signature"/>
    </v:shape><![endif]--><![if !vml]><img width=509 height=85
    src="Sanjay%20S_files/image001.png" v:shapes="_x0000_i1025"><![endif]><o:p></o:p></p>
    <p
    </div>
    </body>
    </html>

    Hi ssanjay.brillio,
    According to your description, you'd like to send a email with an embedded image in the signature.
    I suggest you sending the image in the last of the body of email instead of operating the signature of email.
    The following example codes demonstrate how to send email using ImportHtml method with embedded images.
    SmtpMail oMail = new SmtpMail("TryIt");
    SmtpClient oSmtp = new SmtpClient();
    // Set sender email address, please change it to yours
    oMail.From = "[email protected]";
    // Set recipient email address, please change it to yours
    oMail.To = "[email protected]";
    // Set email subject
    oMail.Subject = "test HTML email with embedded image";
    // Your SMTP server address
    SmtpServer oServer = new SmtpServer("smtp.emailarchitect.net");
    // User and password for ESMTP authentication, if your server doesn't require
    // User authentication, please remove the following codes.
    oServer.User = "[email protected]";
    oServer.Password = "testpassword";
    // If your smtp server requires SSL/TLS connection, please add this line
    // oServer.ConnectType = SmtpConnectType.ConnectSSLAuto
    try {
    // Import html body and also import linked image as embedded images.
    // 'test.gif is in c:\\my picture
    oMail.ImportHtml("<html><body>test <img src=\"test.gif\"> importhtml</body></html>", "c:\\my picture", ImportHtmlBodyOptions.ImportLocalPictures | ImportHtmlBodyOptions.ImportCss);
    Console.WriteLine("start to send email with embedded image ...");
    oSmtp.SendMail(oServer, oMail);
    Console.WriteLine("email was sent successfully!");
    } catch (Exception ep) {
    Console.WriteLine("failed to send email with the following error:");
    Console.WriteLine(ep.Message);
    If you have any other concern regarding this issue, please feel free to let me know.
    Best regards,
    Youjun Tang
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why can't I print embedded images in a Thunderbird E-mail? I just get blank boxes for the images.

    I am a copyeditor who receives feedback from my clients re: manuscripts I have edited. They will often sent e-mails that include small screen captures from parts of their style guide or screen captures of the proof that is in question (small sections, like a paragraph or an equation, or a header that needs to be coded/styled differently for HTML). Now, I can see these fine in the e-mail, but when I go to print them out for my reference binder, the embedded images don't print.
    Mozilla, I need these to print; they are quite important to my job.
    To keep my e-mail from becoming too bloated, I save these important style issue e-mails into a folder on my desktop I call "Print out for binder", queuing them for the day I can print a bunch of them out and arrange them according to subject matter.
    Problem is, they are useless if they don't include these illustrative screen captures; blank boxes are worthless to the context.
    It is not my printer that is the problem. if I receive a Word doc with these screen captures, they print fine. But if I try to print from T-Bird, no go. Help. (I can't save these e-mails as Word docs either, which might solve the problem; the only options in T-Bird are "Save as file" or "Save as template".)
    Thunderbird is a powerful e-mail program, and one I have been using for over a decade. Why can't it perform this function? Please help. Or point me to an add-on. I haven't been able to find one that addresses this seemingly straightforward, common, and simple problem.

    When you select File(or AppMenu/Print)/Print Preview, do the images appear? Do the images print if you check 'Print background (colors & images)' under File/Page Setup? I don't have any problems printing a message with an embedded image, at least to an xps file.
    I devised a workaround that might help, failing a real solution: install [https://addons.mozilla.org/en-US/thunderbird/addon/unmht/ unMHT] in both TB and Firefox, and then File/Save As MHT in TB. Open the mht file in Firefox, and Print.

  • Samsung Continuum Issues - Picture messages NOT displaying embedded images + Android 2.2?

    I recently purchased the samsung continuum a few months ago and have had a difficult time with the following two issues:
    The phone is NOT rooted.
    (1) Picture Messages are not displaying as embedded images in my message notifications. All i see is "Message Size and the word downloading.  The picture is only 10K, so it should download relatively fast.  The image does not appear in my gallery either.  Please help?  Where is the image and why can't i see it in my message.According to the notes in SCH-I400.DL17, this issue should have been resolved.     
    (2) How come the Contiuum has not received an update to Android 2.2?  The Fascinate and Continuum were both released at the same time and the Fascinate received the update.
    Here is my phone specs:
    Phone information:    
    Hardware version:  i400.0.6 
    Firmware version:  2.1-update1 
    Baseband version:  S:i400.0.6V.DL17 
    Kernel version 2.6.29 
    Build number:  SCH-I400.DL17    

    I don't understand how the Fascinate has Android 2.2, but is discontinued and the Continuum is still being sold new. What is up with that Verizon? I like the Continuum but would like to see it upgraded.  I still have over a year till I can get a new phone too. Very confusing.
    Sorry I can't help you with the picture messages as I don't have a solution.

  • Emails with embedded image show only =20

    I am seeing this issue across multiple iPhones with iOS 4.3.x and 5.0. It is very inconsistent. I have seen the same email go out to multiple users in a group and some can see the embedded image correctly while others only see the following in place of the image:
    ------_=_NextPart_002_01CC8F42.DA025060
    Content-Type: text/plain;
       charset="us-ascii"
    Content-Transfer-Encoding: quoted-printable
    =20
    =20
    =20
    =20
    This tells me the sender isn't formating the message in a way the recipient cannot read it. It seems to be an encoding issue. The email will display fine in various email clients but not on the iPhone. The same email can later be sent again and it will work fine.
    The iPhones' email accounts are setup as IMAP and the mail server is running Exchange 2003. I'm sure this will go away once I upgrade the server to 2010 and use ActiveSync with an Exchange account instead of IMAP, but I need to make it work correctly for now.
    Is anyone else experienceing this issue and if you are, what server, account type, iOS are you running?
    Any help would be greatly appreciated.
    Thanks!

    I have the same problem with FF 14.0.1 on a freshly reinstalled Win7 32:
    I have a 100Mbps cable connection, but get a '''ridiculous 4-5 Mbps''' out of FF while the latest versions of Explorer and Chrome gives at least 75Mbps...
    All tests have been done with virus protection on as well as off (the latter is something I loathe doing) and with two different speed tests, one of them being speedtest.net. The results are conclusive: The problem clearly rests with FF. So: What in Heavens name has happened to my longtime favvo browser? At the moment it is quite useless and I am at my wits end.
    I don't particularly want to, but as of tonight I'm transferring all my bookmarks to Chrome as a hopefully temporary measure.

  • Can I insert the name poperty of the RequestedByUser related object of the parent Change Request workitem in a review activity email notification template?

    I am working on a SCSM change control workflow driven by email. 
    A lot of my work is based on the information found in this post:
    http://blogs.technet.com/b/servicemanager/archive/2012/04/03/using-data-properties-from-the-parent-work-items-in-activity-email-templates.aspx#pi158453=4
    This is an excellent post to which my Internet searches continually return. The workflow is about 90% complete. 
    My question is can I insert the properties of a related object of the parent workitem in a workflow email notification? 
    For example, I want to include the name property of the RequestedByUser related object of the parent workitem object in a review activity notification.

    Thank you for your reply.  I have confirmed my template is using a projection that includes the parent workitem and requested by user.  Where I am having trouble is the notification template syntax used to call the properties of the related
    object of the parent workitem.  The picker in the GUI won't show that related object, so I have no example to follow.  I hope this reply makes sense!

  • Embedding image in PDF works fine in CS2 but not CS3

    When we create a PDF from CS3 with the images embedded and then open it on a CS2 machine it warns us about the fact that the file was created in a newer version of illustrator and then opens the file.
    When we try and open the file on a CS3 machine it tried to relink the files and will not display the embedded images (they must be there as they are there when opening it in CS2)
    Is there anything we can do to sort this?
    Thanks
    Danny Seager

    I don't have AI 13 (CS3), so I can only take a guess at this.
    >If we open that file in illustrator CS2 then we get a warning about the file being created in a later version but it opens fine and keeps the images embedded. - this works fine.
    AI 12 (CS2) opens the AI 13 file because it was saved as a PDF. Saving as a PDF always embeds images because PDF was intended primarily as a READ ONLY document format. You don't have to have the original fonts and linked images -- they're all there in the PDF.
    Try saving your AI 13 file as a native .ai
    without PDF compatibility. What happens when you try to open that in AI 12?
    I'm going to guess you saved your PDF out of AI 13 with Illustrator editing capabilities intact. That's of no use (or potentially troublesome) to AI 12, so it just uses the PDF portion of the file. AI 13, on the other hand, sees the editable AI portion of the file and elects to use that instead. (It assumes that because you saved with AI editing compatiblity, you'll want to avail yourself of those capabilities.) That means you'll have to have on your system all the original linked images, fonts, etc.
    Does that make sense?
    Try saving out your PDF without the AI editing option. What happens when you try to re-open that in AI 13?
    Why are you saving to PDF if your intent is to re-open the files in AI?

  • Mail 6.0 does not display embedded images

    This was true in the prior version as well, but now I'm about to give up on the product.
    While HTML emails do display images ("Display remote images in HTML messages" is checked in preferences), those with embedded images do not.  Instead, I get a series of attachments, which I can go through with QuickLook (but alphabetically by filename, not in the order in which they're embedded in the email).
    This can't be how it's supposed to work.
    FWIW, the emails do display properly in other mail clients.
    All suggestions much appreciated.

    I was beginning to think I was the only one having this problem. I can view animated GIF's in my Verizon Yahoo account with Safari but not in Mail 3.0. Can also view it in my .mac account only if I go on the web to view my mail. Cannot view them in my .mac. account with Mail. All my settings are correct also. It sounds like there is something buggy with Mail 3.0. Mail 2.x worked fine with animated GIF's with me.

  • Add User Input in Email Notification Template

    Hi all, I'm new to SM and in need of anyone's assistance. I've created a service request and in the template under User Input, I have it requesting the "New Users Name" and the "Start or Termination Date". I'd like to add these 2
    inputs into my Email Notification Template. How can this be done? I've been able to insert the Title, Requestor, Alternative Number, and Description in the Template Design but can't seem to find where I can add these Inputs. Any help would be
    appreciated. Thanks in advance.

    Hi,
    Please refer to the link below:
    E-mail user from Service Manager Console
    http://blogs.technet.com/b/servicemanager/archive/2010/02/02/e-mail-user-from-service-manager-console.aspx
    Moreover, the video  [09:00-11:00 min] might be help you:
    Demo: Automating Service Request Fulfillment from the SCSM Service Catalog with Orchestrator
    http://blogs.technet.com/b/servicemanager/archive/2011/11/09/demo-automating-service-request-fulfillment-from-the-scsm-service-catalog-with-orchestrator.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • What's contents encrypt code of embedded image in IDML file?

    Hi guys,
    Does anyone has idea what's contents encrypt code of embedded image in IDML file?
    I want to use C# to get the binary data of contents and save it as image. But it seems to me it's not using Base64.
    How can i translate the contents to image?
    Thanks in advacne.
    Here is the sample file.
    <Image Self="uda" Space="$ID/#Links_RGB" ActualPpi="96 96" EffectivePpi="96 96" ImageRenderingIntent="UseColorSettings" LocalDisplaySetting="Default" ImageTypeName="$ID/Portable Network Graphics (PNG)" AppliedObjectStyle="ObjectStyle/$ID/[None]" ItemTransform="1 0 0 1 -159.0221922373429 -106.13981227162273" GradientFillStart="0 0" GradientFillLength="0" GradientFillAngle="0" GradientFillHiliteLength="0" GradientFillHiliteAngle="0" Visible="true" Name="$ID/">
    - <Properties> 
    <Profile type="string">$ID/None</Profile>  
    - <Contents> 
    - <![CDATA[
    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
    ]]>   
    </Contents>
    <GraphicBounds Left="0" Top="0" Right="318.0443844746858" Bottom="212.27962454324546" />  
    </Properties>
    - <TextWrapPreference Inverse="false" ApplyToMasterPageOnly="false" TextWrapSide="BothSides" TextWrapMode="None"> 
    - <Properties> 
    <TextWrapOffset Top="0" Left="0" Bottom="0" Right="0" />  
    </Properties>
    <ContourOption ContourType="SameAsClipping" IncludeInsideEdges="false" ContourPathName="$ID/" />  
    </TextWrapPreference>
    <Link Self="ud9" AssetURL="$ID/" AssetID="$ID/" LinkResourceURI="file:C:/Users/dkzhang/Desktop/Templates/Images/Hand.PNG" LinkResourceFormat="$ID/Portable Network Graphics (PNG)" StoredState="Embedded" LinkClassID="35906" LinkClientID="257" LinkResourceModified="false" LinkObjectModified="false" ShowInUI="true" CanEmbed="true" CanUnembed="true" CanPackage="true" ImportPolicy="NoAutoImport" ExportPolicy="NoAutoExport" LinkImportStamp="file 129786755834128158 234438" LinkImportModificationTime="2012-04-12T11:39:43" LinkImportTime="2012-04-16T10:37:47" LinkResourceSize="0~393c6" />  
    <ClippingPathSettings ClippingType="None" InvertPath="false" IncludeInsideEdges="false" RestrictToFrame="false" UseHighResolutionImage="true" Threshold="25" Tolerance="2" InsetFrame="0" AppliedPathName="$ID/" Index="-1" />  
    <ImageIOPreference ApplyPhotoshopClippingPath="true" AllowAutoEmbedding="true" AlphaChannelName="$ID/" />  
    </Image>

    Ryan_Zhang wrote:
    After checking, it's using Base64 encode.
    It sure is. Be careful, though; large images could be split up into several consecutive CDATA parts.
    I wrote a Javascript to do the same, but it's extremely slow. A plain C version (I did not even use the '++' part) does the job in less than the blink of an eye.

  • OT: Embedding images in email (PHP)

    Does anyone know of a good PHP tutorial for embedding images
    in an HTML
    email?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================

    Purr-fect. Thanks, Steve.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Steve" <[email protected]> wrote in message
    news:[email protected]..
    > On Mon, 4 Dec 2006 07:02:15 -0500, "Murray *ACE*"
    > <[email protected]> wrote:
    >
    >>Does anyone know of a good PHP tutorial for embedding
    images in an HTML
    >>email?
    >
    > I found this thread which deals with this subject:
    >
    >
    http://p2p.wrox.com/topic.asp?TOPIC_ID=31999
    >
    > and in it is a reference to www.phpguru.com which ahs
    examples here:
    >
    >
    http://www.phpguru.org/static/mime.mail.html
    >
    > Seems you can download a class to what you want.
    >
    > --
    > Steve
    > steve at flyingtigerwebdesign dot com

Maybe you are looking for