I have a macro that sends out emails automatically using Outlook 2002. Right now I specify the following: .To .Cc .Attachments .Send I want to view the email before it is sent out. Once I have viewed the email I can click on Send Button. What command should I be using? Thanks in advance.
I think the below link would be helpful for what you want to do. http://www.codeproject.com/cs/internet/booprodbmail.asp?print=true Anand -- "Who will guard the guards?" "sharman" wrote: > I have a macro that sends out emails automatically using Outlook 2002. Right > now I specify the following: > .To > .Cc > .Attachments > .Send > I want to view the email before it is sent out. Once I have viewed the > email I can click on Send Button. What command should I be using? Thanks in > advance.