"
+ TextHTMLtable &= "| " & row.Cells("eb_mitname").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_montag").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_dienstag").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_mittwoch").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_donnerstag").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_freitag").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_gebaeude").Value & " | "
+ TextHTMLtable &= "" & row.Cells("eb_anmerkung").Value & " | "
+ TextHTMLtable &= "
"
+
+ Next
+
+ End If
+
+ lblWarning.Text = ""
+
+ Dim outl As New Outlook.Application
+ Dim Mail As Microsoft.Office.Interop.Outlook.MailItem
+
+
+ Mail = outl.CreateItem(0)
+
+
+ Mail.Subject = "Essensbestellung: " & IIf(kw <> "", kw, "") & " " & IIf(gebaeude <> "", gebaeude, "")
+
+ Dim DETextHTML = ""
+ DETextHTML &= "Hallo,