PC Review


Reply
Thread Tools Rate Thread

How to create an HTML mail and open it with outlook using CDO

 
 
New Member
Join Date: Apr 2008
Posts: 1
 
      14th Apr 2008
Hi, I was going thru Ron's code to send email thru excel using CDO http://www.rondebruin.nl/cdo.htm. I was wondering if there is any method where I can just open the HTML mail I have created in outlook and not send it. Purpose it to manually review the mail before sending. Thus, Instead of

With iMsg
Set .Configuration = iConf
.To = "(E-Mail Removed)"
.CC = ""
.BCC = ""
.From = """Ron"" <(E-Mail Removed)>"
.Subject = "Important message"
.HTMLBody = strbody
.Send
End With

.Send method is not desired. I would like to know if there is some method to just open the mail. (Like .Display or something)
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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
Unable to create HTML mail message(Unicode) using MAPI in Outlook UTEK Microsoft Outlook Form Programming 1 2nd Jan 2009 07:46 PM
When I open an e-mail in outlook it does not dispaly in HTML? =?Utf-8?B?RGF2ZSBGb3N0ZXI=?= Microsoft Outlook Discussion 1 26th Apr 2006 08:15 PM
How do I create an html e-mail =?Utf-8?B?TEM=?= Microsoft Outlook Discussion 1 27th Mar 2006 03:05 PM
use FP to create html e-mail =?Utf-8?B?U2NvdHQ=?= Microsoft Access 1 15th Oct 2005 12:43 AM
Create an html e-mail using asp.net =?Utf-8?B?YXVyNTY=?= Microsoft Dot NET 1 20th Apr 2005 08:08 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:23 PM.