Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


HTML in mailbodym


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2008, 06:38 PM
Junior Member
 
Join Date: Jun 2007
Location: Netherlands
Posts: 17
Default HTML in mailbodym

I want to use html format in my emailbody (on the desktop)
Just wondering....Is it possible?
Thanks for the replies.
Tim
Reply With Quote
  #2 (permalink)  
Old 06-02-2008, 07:16 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,758
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

I assume you mean that you are implementing your own email display rather than using an email client. Check out my WebBrowser library which can render local hmtl content by setting its' DocumentText property Web browser for desktop and device
Reply With Quote
  #3 (permalink)  
Old 06-02-2008, 07:24 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,186
Default

Yes, using the door library:
Code:
'obj is an Object (from the Door library).
Sub App_Start
    SMTP.New1(...)
    msg.New1
    obj.New1(false) 'initalize once.
    
    
    msg.AddTo("some@email.com")
    msg.Subject = "test"
    q = Chr(34)
    msg.Body = "this is a <a href="&q&"http://www.basic4ppc.com"&q&">test</a>."
    msg.From = "me@me.com"
    obj.Value = msg.Value
    obj.SetProperty("IsBodyHtml",true)
    SMTP.Send(msg.Value)
End Sub
Reply With Quote
  #4 (permalink)  
Old 06-02-2008, 09:37 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,758
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

We obviously interpret the OPs' intention totally differently. Perhaps he can elaborate on what he wants to do
Reply With Quote
  #5 (permalink)  
Old 06-02-2008, 10:27 PM
Junior Member
 
Join Date: Jun 2007
Location: Netherlands
Posts: 17
Default What i really want to do....

I want to create a mailprog, where you can create and send mails to a group. And i want to create that mail in htmlformat, so with fonts, background colors, pictures and so on...
Thanks for all your good tips.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Display a long HTML string N1c0_ds Questions & Help Needed 7 11-08-2008 09:02 PM
WebBrowser & HTML help needed tsteward Questions & Help Needed 0 10-23-2008 10:34 AM
any PHP/HTML experts here? Cableguy Questions & Help Needed 3 10-03-2008 04:20 PM
Get all links from an html file using regex MM2forever Questions & Help Needed 2 10-13-2007 08:56 AM


All times are GMT. The time now is 03:28 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0