Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7413567
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:55:45+00:00 2026-05-29T06:55:45+00:00

I am creating an asp.net app that sends out an email. I need to

  • 0

I am creating an asp.net app that sends out an email. I need to attach an corporate logo in the signature. My image is displayed as

enter image description here.

My code is:

LinkedResource logo = new LinkedResource(
                          "c:\\Data\\Misc\\Images\\CorpLogo.jpg", "image/jpeg");
logo.ContentId = "corpLogo";
logo.TransferEncoding = TransferEncoding.Base64;

AlternateView av1 = AlternateView.CreateAlternateViewFromString("<html><body>" + msgBody + "<br><img src=cid:corpLogo/><br></body></html>", null, MediaTypeNames.Text.Html);
av1.LinkedResources.Add(logo);
message.AlternateViews.Add(av1);

message.Body = msgBody;  

When I hover over “logo” I can see the “contentlink” value is null.
Why would the image not be displayed?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:55:46+00:00Added an answer on May 29, 2026 at 6:55 am

    Update

    If you still haven’t sorted it, put a break on the linked resource line and check the path of the image, you might need to use server.mappath


    Check here, i think this is what you are trying to do.

    http://log.itto.be/?p=486

    Here is a full example. Try simplify your code down to the minimum to get it working.

    http://www.systemnetmail.com/faq/2.6.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We're creating an ASP.Net MVC site that will need to store 1 million+ pictures,
I'm creating an ASP.NET MVC3 app that uses jQuery Datepicker and Timepicker inside a
I'm new to ASP.NET MVC and I'm creating an app that will search a
I'm creating a small app in ASP.NET MVC that generates ics (iCal) files based
I'm creating an asp.net MVC app, first time I've done this. I have a
I was tasked with creating an SSO solution from an existing asp.net app to
We're creating a new consumer/public-facing ASP.Net web app. There are two concerns: --Use cookie
I'm creating a csv file on the fly in my ASP.NET web app and
I am creating an ASP.NET MVC application that has postcode lookup functionality. I capture
I am creating an ASP.Net MVC website that I am launching soon in private

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.