Ok, thanks, I'll do that (tommorow, going to sleep now). On 03/04/06, Rob <[EMAIL PROTECTED]> wrote: > > Hi Maarten, > If you send me an email from you're app I'll have a look. > Rob > ----- Original Message ----- > From: "Maarten" <[EMAIL PROTECTED]> > To: "REALbasic NUG" <[email protected]> > Sent: Monday, April 03, 2006 1:36 AM > Subject: Re: HTML Email > > > I AM doing that. But it doesn't work. Why doesn't it work? > > On 02/04/06, Rob <[EMAIL PROTECTED]> wrote: > > > > Hi Maarten, > > if you are using the emailmessage class there are different properties > for > > plain text and html. You should use both so the user can view the email > > according to the preferences in their mail app. Here's a simple example > > (of > > course you will have to add recipient, smtp info etc.) ; > > > > > > Dim themessage as new EmailMessage > > Dim HTMLtext, PlainText as string > > > > PlainText=editfield.text > > HTMLText=//string of your converted styled text > > > > themessage.BodyPlainText = PlainText > > themessage.BodyHTML = HTMLText > > > > HTH, > > Rob > > > > > > ----- Original Message ----- > > From: "Maarten" <[EMAIL PROTECTED]> > > To: "REALbasic NUG" <[email protected]> > > Sent: Sunday, April 02, 2006 9:54 AM > > Subject: Re: HTML Email > > > > > > Yes.. I have.. I really dont get it.... > > > > Maarten > > > > > > On 02/04/06, Steve Garman <[EMAIL PROTECTED]> wrote: > > > > > > In a message regarding HTML Email dated Sun, 2 Apr 2006 14:10:50 > +0200, > > > Maarten said that ... > > > > > > > Hi, I've made a mail app and now I want to add html mail. I have a > > > styled > > > > editfield and I change that to html. That works quite well, but when > I > > > look > > > > at the email I just see plain text. This is the source of the email > I > > > > received: > > > > > > Are you using the EmailMessage Class? > > > > > > If so, have you assigned the html text to the EmailMessage.BodyHTML > > > Property? > > > > > > -- > > > Steve Garman > > > Using REALbasic 2006r1 Professional on Windows XP Pro > > > > > > > > > > > > _______________________________________________ > > > Unsubscribe or switch delivery mode: > > > <http://www.realsoftware.com/support/listmanager/> > > > > > > Search the archives of this list here: > > > <http://support.realsoftware.com/listarchives/lists.html> > > > > > _______________________________________________ > > Unsubscribe or switch delivery mode: > > <http://www.realsoftware.com/support/listmanager/> > > > > Search the archives of this list here: > > <http://support.realsoftware.com/listarchives/lists.html> > > > > > > _______________________________________________ > > Unsubscribe or switch delivery mode: > > <http://www.realsoftware.com/support/listmanager/> > > > > Search the archives of this list here: > > <http://support.realsoftware.com/listarchives/lists.html> > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> > > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives of this list here: > <http://support.realsoftware.com/listarchives/lists.html> > _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
