Prev: How to create a share and set the NTFS rights *in a remote computer*?
Next: Vbscript to validate a streaming URL
From: Vittal on 29 Jan 2010 17:23 Hi Folks, I am a newbie to VB scripting. I have this problem I need to solve in outlook. Often we have seen when people reply to emails, they say "please see my comments inline marked BlahBlah". Whenever people do such inline commenting, I would like the script to copy that info to the top of that email, along with a "link" to that embedded line. When the user click that line, the cursor show point the actual place where that comment was made. Pls let me know how can I implement in a VB script.. When the user right clicks the mouse at the end of of his embedded response line, he should an option calld "inline tag". When the user clicks onthat, automatically the text shoudl be copied to top of the email along with inline tag. Here is an example. Assume that a person is replying to an email which looks like below. The resulting email is also below. ------------- Hi John Doe, I got answers to your questions. Pls see my response inline. Thanks John _____________________________________________ From: John Doe Sent: Friday, January 29, 2010 2:05 PM To: John_1 Doe, Jane Doe Subject: RE: New email testing.. Hi John Doe, How do I do the following 1. What is the name of the place? >> Bookdocks, IN 2. How can I drive to that place? >> Yes u can 3. Where is the place localted? >> As u can see above, it is in Indiana 4. Is there an airport closeby ? >> Yes there is an airport.. check the map. Thanks John-C Doe --------------- Resulting Email.. it should look like this. Hi John Doe, I got answers to your questions. Pls see my response inline. Summary of inline responses 1. Bookdocks, IN <offset hyperlink1> 2. Yes you can < offset hyperlink2> etc.. Thanks John _____________________________________________ From: John Doe Sent: Friday, January 29, 2010 2:05 PM To: John_1 Doe, Jane Doe Subject: RE: New email testing.. Hi John Doe, How do I do the following 1. What is the name of the place? >> Bookdocks, IN 2. How can I drive to that place? >> Yes u can 3. Where is the place localted? >> As u can see above, it is in Indiana 4. Is there an airport closeby ? >> Yes there is an airport.. check the map. Thanks John-C Doe Thanks -V |