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