Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > multipart/alternative mime format for smtp mail

Reply
Thread Tools

multipart/alternative mime format for smtp mail

 
 
c# newbie
Guest
Posts: n/a
 
      11-19-2003
System.Web.Mail.MailFormat

The enumerated values for MailFormat are:

Html

Text

How can I send a multipart/alternative format message ?

(where both an html and text version are contained)


 
Reply With Quote
 
 
 
 
Bill Priess
Guest
Posts: n/a
 
      11-19-2003
I don't think it is possible without writing a class that derives from the
MailMessage class and write in that functionality yourself.

Or, you could just send two messages, one for HTML, one for text...

HTH,
Bill P.
"c# newbie" <> wrote in message
news: s.com...
> System.Web.Mail.MailFormat
>
> The enumerated values for MailFormat are:
>
> Html
>
> Text
>
> How can I send a multipart/alternative format message ?
>
> (where both an html and text version are contained)
>
>



 
Reply With Quote
 
 
 
 
c# newbie
Guest
Posts: n/a
 
      11-19-2003
I found an article with a class that doesn't use smtp or MailMessage but
offers multipart

http://www.eggheadcafe.com/articles/20030316.asp

I am trying right now to see if I can get it to work and then maybe switch
to that.

I think extending the MailMessage class would be a more elegant solution,
but I am not sure how to go about that.


"Bill Priess" <> wrote in message
news:...
> I don't think it is possible without writing a class that derives from the
> MailMessage class and write in that functionality yourself.
>
> Or, you could just send two messages, one for HTML, one for text...
>
> HTH,
> Bill P.
> "c# newbie" <> wrote in message
> news: s.com...
> > System.Web.Mail.MailFormat
> >
> > The enumerated values for MailFormat are:
> >
> > Html
> >
> > Text
> >
> > How can I send a multipart/alternative format message ?
> >
> > (where both an html and text version are contained)
> >
> >

>
>



 
Reply With Quote
 
Bill
Guest
Posts: n/a
 
      11-19-2003
You could also use http://www.freesmtp.net

This does it for you and is free.

"c# newbie" <> wrote in message
news: s.com...
> I found an article with a class that doesn't use smtp or MailMessage but
> offers multipart
>
> http://www.eggheadcafe.com/articles/20030316.asp
>
> I am trying right now to see if I can get it to work and then maybe switch
> to that.
>
> I think extending the MailMessage class would be a more elegant solution,
> but I am not sure how to go about that.
>
>
> "Bill Priess" <> wrote in message
> news:...
> > I don't think it is possible without writing a class that derives from

the
> > MailMessage class and write in that functionality yourself.
> >
> > Or, you could just send two messages, one for HTML, one for text...
> >
> > HTH,
> > Bill P.
> > "c# newbie" <> wrote in message
> > news: s.com...
> > > System.Web.Mail.MailFormat
> > >
> > > The enumerated values for MailFormat are:
> > >
> > > Html
> > >
> > > Text
> > >
> > > How can I send a multipart/alternative format message ?
> > >
> > > (where both an html and text version are contained)
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with Email::MIME and Email::MIME::Attachment::Stripper ecureuil Perl Misc 0 05-28-2006 01:47 AM
tomcat 4.x : setting mime type for a directory or setting a default mime type CJ Java 1 10-29-2004 07:51 PM
how 2 convert mime to txt or extract words from mime joe Perl Misc 0 04-07-2004 12:34 AM
Outlook sent e-mail blocked by Symantec AV for SMTP Gateways - malformed mime file. Rush Wickes Computer Support 3 03-07-2004 08:20 PM
Receiving zip files via Mime::Parser/Mime::Decoder Jan Arickx Perl Misc 0 08-25-2003 08:24 PM



Advertisments