MS Outlook MailItem attachments problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi! How to properly add attachment to new Outlook.MailItem ? I've made it that way: this.mail.Attachments.Add(FileName,1, null, fname); It looks correct, I can also save this attachment by calling this.mail.Attachments.Item[i].SaveAsFile(FileName); but the problem is that attachments are not sent with the message (or maybe they are included, but not "visible" in outlook). Any ideas? thanx h.