Hallo,
laut
https://msdn.microsoft.com/de-de/vba...method-outlook
kann es auch ein Outlook-Element sein, in diesem Fall als ein Attachment-Objekt.
https://msdn.microsoft.com/de-de/vba...object-outlook
Hier ist sowas ähnliches on .Net
https://social.msdn.microsoft.com/Fo...rum=outlookdev
Diese Zeile ist mit die interessanteste
Microsoft.Office.Interop.Outlook.Attachment Attach = new Microsoft.Office.Interop.Outlook.Attachment(ms, "example.txt", "text/plain");
Das "example.txt" ist der beschreibende Text des Anhanges, die Datei selber steht schon im MemoryStream (ms)