How to use LinkedResource with ContentType stream?

  • 12 years ago

    I have devloped an email application from which
    I can send the images to mail address succsessfully...
    it send messages by the LinkedResource,It takses the path form the perticuler address..
    like C:\image\img1.jpg

    code:

    filepath=C:\image\img1.jpg
    Dim linkedResource1 As LinkedResource = New LinkedResource(filepath, MediaTypeNames.Image.Jpeg)

    Its working fine....

    but now, I want to fetch the images from SQL datbase having image datatype and having image in binary format ..
    Now How should I write the above code ?

    Dim linkedResource1 As LinkedResource = New LinkedResource(???, ???)

     

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan