D
Dan
Does anyone know how I can add a subject to this macro?
Sub ForwardMe()
On Error Resume Next
Set thisItem = Application.ActiveInspector.CurrentItem
Set fwdItem = thisItem.Forward
fwdItem.To = "(e-mail address removed)"
fwdItem.Send
End Sub
In other words how can I write the macro to include a message like
(Forwarded from DC) on the subject line?
Thannks
Sub ForwardMe()
On Error Resume Next
Set thisItem = Application.ActiveInspector.CurrentItem
Set fwdItem = thisItem.Forward
fwdItem.To = "(e-mail address removed)"
fwdItem.Send
End Sub
In other words how can I write the macro to include a message like
(Forwarded from DC) on the subject line?
Thannks