try this
you need to add this code in the vba window(alt+f11) will get you there
once you have it there you could customise a toolbar to give you a button to
run it
Sub replytest()
Set ThisItem = Application.ActiveExplorer.Selection
Set thisreply = ThisItem.Item(1).Reply
thisreply.Body = "In a message dated" & Chr(32) & Date & Chr(32) & Time &
Chr(32) & "Eastern Daylight Time" & Chr(10) & Chr(10) &
writes:" & thisreply.Body
thisreply.Display
End Sub
"wonder why?" wrote:
My question about Outlook: How do I have this entered automatically when
sending a reply?
"In a message dated 9/21/09 11:10:12 P.M. Eastern Daylight Time,
writes:"
Is there a website to learn this? Or is there software that will do this
and some other such entries.
The automatic...out of office...we can find.. I have not been able to find
this online.
Thanks.
In a message dated 9/21/09 11:10:12 P.M. Eastern Daylight Time,
writes: