PC Review


Reply
Thread Tools Rate Thread

how to add ...person wrote...email address..reply

 
 
wonder why?
Guest
Posts: n/a
 
      5th Jan 2010
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,
(E-Mail Removed) 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,
(E-Mail Removed) writes:
 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      5th Jan 2010
If you want to learn about Outlook programming the best site is
www.outlookcode.com.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"wonder why?" <(E-Mail Removed)> wrote in message
newsF024CA5-73AA-40C4-9495-(E-Mail Removed)...
> 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,
> (E-Mail Removed) 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,
> (E-Mail Removed) writes:


 
Reply With Quote
 
pete the greek
Guest
Posts: n/a
 
      5th Jan 2010
hi heres a starter for you

a macro you could have on a button

Sub replytest()
Set ThisItem = Application.ActiveExplorer.Selection
Set thisreply = ThisItem.Item(1).Reply
Message = InputBox("please type your message")
thisreply.Body = "In a message dated " & Date & Message & " Eastern Daylight
Time,(E-Mail Removed) writes:" & thisreply.Body

thisreply.Send
End Sub


my only problem is i cant work out how to make the reply visible so you can
add your message to the mail
you could add an inputbox to the macro to gather your message ( as shown)

but im sure someone out there will put me out of my misery and explain how
to get the reply visible so you could type directly in it


regards

pete


"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,
> (E-Mail Removed) 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,
> (E-Mail Removed) writes:

 
Reply With Quote
 
pete the greek
Guest
Posts: n/a
 
      8th Jan 2010
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) &
"(E-Mail Removed) 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,
> (E-Mail Removed) 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,
> (E-Mail Removed) writes:

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to add ...person wrote...email address..reply wonder why? Microsoft Outlook Discussion 2 5th Jan 2010 07:42 PM
how to add ...person wrote...email address..reply wonder why? Microsoft Outlook Discussion 0 5th Jan 2010 03:39 AM
how to auto save address to address book when reply to new person =?Utf-8?B?U3ByaW5rbGVy?= Microsoft Outlook Contacts 1 14th Aug 2005 05:26 AM
How can I send or reply to email without the person receiving it. =?Utf-8?B?QVNH?= Microsoft Outlook Discussion 1 12th Mar 2005 04:20 PM
Internet email reply address showing internal email address =?Utf-8?B?S0xZb3VuZw==?= Microsoft Outlook Discussion 3 25th Feb 2004 01:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:59 AM.