maxx_daddy
Board Regular
- Joined
- Dec 3, 2010
- Messages
- 74
Hi,
Here is what I have, I am a novice and this is all copied and pasted from this site (you guys rock!!)
Set MItem = OutlookApp.CreateItem(olMailItem)
With MItem
.To = EmailAddr1
.BCC = EmailAddr2
.Subject = Subj
.BodyFormat = 2
.Body = Msg & vbCrLf
.Display
.Save?? <-- What is the command to save it instead of .send. My boss wants to review before they go out and send from outlook when he is ready.
Thanks!!
Here is what I have, I am a novice and this is all copied and pasted from this site (you guys rock!!)
Set MItem = OutlookApp.CreateItem(olMailItem)
With MItem
.To = EmailAddr1
.BCC = EmailAddr2
.Subject = Subj
.BodyFormat = 2
.Body = Msg & vbCrLf
.Display
.Save?? <-- What is the command to save it instead of .send. My boss wants to review before they go out and send from outlook when he is ready.
Thanks!!