alternateview

  1. P

    Question Problem : i receive .dat files in an e-mail with embedded images. How come ?

    Hi, this is my first time here so i hope i can find some help ^^ My problem is that i'm working on a project and i have to send embedded images in an email. Here is an example of my code : Dim FicImage As New LinkedResource(chemin) Dim cle As String = Key.Substring(4, Key.Length() - 4)...
  2. B

    Question Setting a stream as the AlternateView content

    Is there a way to provide AlternateView class with a stream as its content, other than its constructor? There is a ContentStream property but it's read only. I am declaring the alternateview variable in the beginning of the code but I want to initialize it with a stream some time later within...
Back
Top