J
John C.
I'm looking for a way to create inline attachments in an e-mail sent
via Exchange. Actually I may want to originate the e-mail using .NET
System.Web.Mail from a Windows 2003 Server using SMTP, but automating
(from an ActiveX DLL) a user's Outlook is also an option.
From the Outlook side I can create an inline attachment if I use RTF
format (although I'm not under what conditions this option appears in
the Format menu of a compose e-mail window).
I can also create an in-line attachment in HTML format using the
technique described at
http://blogs.msdn.com/kclemson/archive/2003/11/11/53902.aspx, but this
seems somewhat dodgy considering how it is done and I've not seen this
documented anywhere so I'm guessing it is not supported and/or might
no longer work in a future version of Outlook.
Does anyone have any further insights in to creating inline
attachments? In particular, is the second approach considered
undocumented?
via Exchange. Actually I may want to originate the e-mail using .NET
System.Web.Mail from a Windows 2003 Server using SMTP, but automating
(from an ActiveX DLL) a user's Outlook is also an option.
From the Outlook side I can create an inline attachment if I use RTF
format (although I'm not under what conditions this option appears in
the Format menu of a compose e-mail window).
I can also create an in-line attachment in HTML format using the
technique described at
http://blogs.msdn.com/kclemson/archive/2003/11/11/53902.aspx, but this
seems somewhat dodgy considering how it is done and I've not seen this
documented anywhere so I'm guessing it is not supported and/or might
no longer work in a future version of Outlook.
Does anyone have any further insights in to creating inline
attachments? In particular, is the second approach considered
undocumented?