Web.Mail and MIME

VBLady

Newcomer
Joined
Nov 13, 2002
Messages
9
Location
Shelton, WA
Hi..

I'm writing an app that will send an email that takes settings from another app's API. One of these settings is to use MIME or not. The only settings I see are HTML or Text. Also, this other app lets you specify if you want the text in RTF or not. Is this stuff antiquated?

Also, when I used the CDO object in VB6 I was able to specify a lot of properties, like SMTPAuthmode, the SMTP User and Pass, and then for the messages I could set the ReplyTo and Organization. All of this stuff is gone in Web.Mail. Any way around this? Is there any way to get the old CDO COM object to work in .NET? It throws an exception -- which is why I'm trying to switch over to the new stuff.

Any and all help appreciated!

Frances
 
Back
Top