View Single Post
  #6  
Old August 3rd 07, 02:05 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Email message missing

Set oRecip = colRecips.Add(whatever)
oRecip.Resolve
If oRecip.Resolved Then
item.Send
' etc.

That would just affect sending however, it wouldn't affect the visibility of
the HTMLBody.

Just asking, but after you exit and restart Outlook are the bodies still
invisible?

--
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,

Thanks. I thought this is the way to do it, but cannot get it to work for
me for some reason. I do all the same.

I wonder if there is some setting in OL that is preventing the save of the
message body? But when I send from inside OL, there is no problem and the
full message is saved in the Sent folder, so do not think it can be an OL
setting.

Not sure what you meant by "resolve the recipients". Don't think this is
my
problem, but could you explain?

Thanks again,
Mark


Ads