View Single Post
  #3  
Old April 14th 08, 05:36 PM posted to microsoft.public.outlook.program_vba
JP[_3_]
external usenet poster
 
Posts: 201
Default Rebuilding Emails

Mailitem.Sent is a read-only property.

If the messages have something in common (similar subject, sender,
etc), you can set up some event code to cancel the Send Event if the
item meets one of those conditions. Or you can use the FindControl
method of the CommandBars property to locate the "Send" control and
set its Enabled property to False. You would probably also need to
disable the Alt-S hotkey, and a few other things I can't recall at the
moment. But I'm not sure if you could do this for each message or if
it is something that would require event code.

Where are you putting the messages after you re-create them? Why not
put them in the Sent Items folder, or simply train your users not to
resend those messages?

Remember, this is a free forum with unpaid volunteers.
http://tinyurl.com/2wo6o

--JP



On Apr 14, 3:47*am, Confussed
wrote:
Can i assume from the pervasive silence that my problem is unsolvable?


Ads