Mail attachment.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I generate a pdf file and I want to send it as mail attachment without
saving it to a disk. And the class MailAttachment has only the property
Filename. Is there any solution?

Ondrej Srubar
 
Ondrej said:
Hello,
I generate a pdf file and I want to send it as mail attachment
without saving it to a disk. And the class MailAttachment has only
the property Filename. Is there any solution?

Ondrej Srubar

No.. this is not build into the BCL as provided by MS.. the only
options are to build it yourself or buy a third party library.

The advanced Advanced MIME Parser/Creator/Editor looks interesting
(http://www.codeproject.com/csharp/Mime_project.asp), but I haven't
tried it as yet.

Dirc
--
 
Back
Top