View Single Post
  #7  
Old August 3rd 07, 05:32 AM posted to microsoft.public.outlook.program_vba
Markus
external usenet poster
 
Posts: 28
Default Email message missing

Ken,

Resolve...of course I realize what that is. I rarely use it because my
emails are programmatically sent using an outside email list, not the address
book. Sorry, that was a bonehead question. Please ignore.

But sure wish I could figure out why I cannot get the message to show up in
the sent email item even tho it shows up in the recipient inbox no probem.

Thanks,
Mark


"Ken Slovak - [MVP - Outlook]" wrote:

I can't really think of anything, in fact the Save hasn't been necessary in
any of the code I've worked on that puts formatted text into HTMLBody. All I
usually do is set .HTMLBody, .Subject, .BodyFormat (to olFormatHTML) and
then I add one or more Recipient object, resolve the recipients and call
..Send.

That's it, nothing else, and the sent emails look fine in Sent Items.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Markus" wrote in message
...
Ken,

Got excited cause that sounded like a good idea, but no luck. Still get
the
email recorded into sent box but with a blank messge even tho the email
arrives to recipient fine with the full message. Also tried save(),
send(),
save() but still get a blank message in the sent box.

Any and all ideas on this one very much appreciated,
Mark



Ads