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
--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top