F
fitful_thought
In Outlook 2003 I would like to make a little macro that will send a message
saying thank you as a reply to the current mail message that is open in the
in box.
I tried this, but it doesn't work.
Sub tester()
With Current.MailItem
.Reply
.Body = "Thank you"
End With
End Sub
If anyone can help, I'd be most grateful.
thanks,
DL
saying thank you as a reply to the current mail message that is open in the
in box.
I tried this, but it doesn't work.
Sub tester()
With Current.MailItem
.Reply
.Body = "Thank you"
End With
End Sub
If anyone can help, I'd be most grateful.
thanks,
DL