Hallo,
leider baut das Visual Studio den Code nicht.. :-(
Code:
With OutMail
'.GetInspector
.to = empfaenger
.Subject = betreff
.HTMLBody = "<font face=""Arial""><span style=""font-size:10pt"">" & anrede & "<BR><BR>" & Text & "<BR></span>" & .HTMLBody
.Attachments.Add(Environ("TEMP") & "\" & anlagendateiname)
.Display
MsgBox.PropertyAccessor.BinaryToString(.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x0FF80102"))
.GetInspector
MsgBox.PropertyAccessor.BinaryToString(.PropertyAccessor.GetProperty("http://schemas.microsoft.com/mapi/proptag/0x0FF80102"))
End With
Ergebis/Fehler beim Erstellen:
Für den Parameter "Prompt" von
"Public Function MsgBox(Prompt As Object, [Buttons As MsgBoxStyle = ApplicationModal], [Title As Object = Nothing]) As MsgBoxResult"
wurde kein Argument angegeben.
Irgendwie wird das msgbox falsch aufgerufen..?
Grüße
Andreas
|