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 6819897
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:21:38+00:00 2026-05-26T21:21:38+00:00

I have an image stored in sql server. I want to retrieve the image

  • 0

I have an image stored in sql server. I want to retrieve the image and place it in a MailMessage object, not as an attachment file, but as part of the html body.

I found many samples using local image file, but I have not found any using an image from a database.

Anyone know how I can do this in vb.net?

Thank you in advance!

Javier

  • 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-26T21:21:39+00:00Added an answer on May 26, 2026 at 9:21 pm

    You have to add the image from the database as a LinkedResource.
    When you retrieve the image as bytes from the database, you can add the LinkedResource using a stream; by creating a memorystream from the bytes.

    Code in C#, but I think you should be able to convert this to VB.Net

    var view = System.Net.Mail.AlternateView.CreateAlternateViewFromString(text, null, "text/html");
    var resource = new System.Net.Mail.LinkedResource(new MemoryStream(bytes), mime);
    resource.ContentId = image.Name;
    view.LinkedResources.Add(resource);
    _message.AlternateViews.Add(view);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an Image stored in my SQL Server database stored with my User
I want to retrieve an image from SQL Server to show it in an
I have a SQL Server database, and I want to store in image type
I am connecting to my MS SQL server (2008) where I have stored JPG's
I have extensive experience working in ASP.NET and Sql Server but I am new
I have an html file stored in my SQL database as binary. The html
I have a stored image (as data) in SQL, how do I recreate a
I have store in SQL Server 2005 audio and video files. I want to
I have documents (images, Word documents, PDF's, etc) stored in an SQL Server database
I have SQL Server 2000 and I have a stored procedure that has @output

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.