![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
This has come up again so thought I'd ask if there was code one could
add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() |
#2
|
|||
|
|||
![]()
&subject=test%20mail&body=the %20quick%20fox
But why not use the message Options dialog to set the Reply-to address instead? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "StargateFan" wrote in message ... This has come up again so thought I'd ask if there was code one could add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() |
#3
|
|||
|
|||
![]()
On Mon, 3 Jul 2006 22:09:08 -0400, "Sue Mosher [MVP-Outlook]"
wrote: &subject=test%20mail&body=th e%20quick%20fox But why not use the message Options dialog to set the Reply-to address instead? rofl Because I didn't know about this option! This is great; thanks so much. I never knew this trick and it's definitely one that is perfect! I just recalled the message I just emailed and re-sent with the reply in options set to my work address. Most wickedly kewl! Thanks! ![]() -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "StargateFan" wrote in message ... This has come up again so thought I'd ask if there was code one could add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() |
#4
|
|||
|
|||
![]()
On Mon, 3 Jul 2006 22:09:08 -0400, "Sue Mosher [MVP-Outlook]"
wrote: &subject=test%20mail&body=th e%20quick%20fox I have a question as I'm back with this issue and just ran into something. Here's what I have now: &subject=Subject%20Line&body=Tex t%20body. How can I get that period (.) at the end of the sentence to appear properly in the body? I've googled and searched the help but no go. Thanks! ![]() But why not use the message Options dialog to set the Reply-to address instead? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "StargateFan" wrote in message ... This has come up again so thought I'd ask if there was code one could add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() |
#5
|
|||
|
|||
![]()
Just as you replaced the space with its hex representation -- %20 -- you'd need to replace the period with %2E.
-- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "StargateFan" wrote in message ... On Mon, 3 Jul 2006 22:09:08 -0400, "Sue Mosher [MVP-Outlook]" wrote: &subject=test%20mail&body=t he%20quick%20fox I have a question as I'm back with this issue and just ran into something. Here's what I have now: &subject=Subject%20Line&body=Tex t%20body. How can I get that period (.) at the end of the sentence to appear properly in the body? I've googled and searched the help but no go. |
#6
|
|||
|
|||
![]()
Excellent, so that's what that is ... Super. I'm sure there's a list
somewhere for all sorts of other items we might need (parentheses, etc.) so thanks for letting me know what to look for now. I searched various Outlook groups and the archives and this didn't come up yesterday. I bet you know that I know the term, I'd find tons of information now! g Thanks. ![]() "Sue Mosher [MVP-Outlook]" wrote in message ... Just as you replaced the space with its hex representation -- %20 -- you'd need to replace the period with %2E. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "StargateFan" wrote in message ... On Mon, 3 Jul 2006 22:09:08 -0400, "Sue Mosher [MVP-Outlook]" wrote: &subject=test%20mail&body=t he%20quick%20fox I have a question as I'm back with this issue and just ran into something. Here's what I have now: &subject=Subject%20Line&body=Tex t%20body. How can I get that period (.) at the end of the sentence to appear properly in the body? I've googled and searched the help but no go. |
#7
|
|||
|
|||
![]()
StargateFanFromWork wrote:
Excellent, so that's what that is ... Super. I'm sure there's a list somewhere for all sorts of other items we might need (parentheses, etc.) so thanks for letting me know what to look for now. I searched various Outlook groups and the archives and this didn't come up yesterday. I bet you know that I know the term, I'd find tons of information now! g http://www.permadi.com/tutorial/urlEncoding/ -- Brian Tillman |
#8
|
|||
|
|||
![]()
On Mon, 03 Jul 2006 21:30:41 -0400, StargateFan
wrote: This has come up again so thought I'd ask if there was code one could add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() Hey, I kept searching as I often do, but this time found something. Here's a partial fix to my problem above: &subject=Subject goes here&body=Today is July 3rd, 2006. I found that the syntax for the body of the email is a pain. It would mean putting a limited number of characters right into the mailto syntax where I was hoping just to have something as easy as "body". If there isn't an easier way other than the above, I will just have to be happy with getting a reply email to the correct address with just the subject line being replicated. But thought I'd ask first if that is the only way to get the body, by typing in everything that must go in there. Thanks. |
#9
|
|||
|
|||
![]()
On Mon, 03 Jul 2006 22:17:18 -0400, StargateFan
wrote: On Mon, 03 Jul 2006 21:30:41 -0400, StargateFan wrote: This has come up again so thought I'd ask if there was code one could add to the "mailto" link to start new message that would add the email bodies in? I know this one is a long-shot, but since it's a 50/50 type of deal, thought I'd ask anyway. I need to do this when I send an email from home but that the recipient might like to respond to to my work email address. Up till now, I've just put a blurb with a "mailto" with my office email address and left it at that. I'm hoping to get a little more sophisticated, if that is indeed possible. Hopefully such a link, or other process that might do the same thing, allows user to send response to another location without having to do FW and then type or copy/paste the correct email address. Thanks in advance. ![]() Hey, I kept searching as I often do, but this time found something. Here's a partial fix to my problem above: &subject=Subject goes here&body=Today is July 3rd, 2006. I found that the syntax for the body of the email is a pain. It would mean putting a limited number of characters right into the mailto syntax where I was hoping just to have something as easy as "body". If there isn't an easier way other than the above, I will just have to be happy with getting a reply email to the correct address with just the subject line being replicated. But thought I'd ask first if that is the only way to get the body, by typing in everything that must go in there. Thanks. Oops, reminds me of a Gilda Radner's "never mind" g ... just learned from Sue about changing the reply address in the Options box, so this whole thing whole problem has now disappeared. Very neat! ![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to use "mailto" for more than one person? | StargateFanFromWork | Outlook - General Queries | 3 | June 30th 06 10:18 PM |
Outlook "freezes" on "reply" when I set Word as my HTML editor? | louis11 | Outlook - Installation | 0 | May 12th 06 05:43 PM |
Outlook "freezes" on "reply" when I set Word as my HTML editor? | louis11 | Outlook - Installation | 0 | May 12th 06 05:40 PM |
Outlook express address book, "tools", "option" feature missing f. | Brad | Outlook - Using Contacts | 3 | March 12th 06 12:46 AM |
Only when i forward emails with attachements "550 relaying mail to" [domain] "is not allowed" | Alchemy | Outlook - General Queries | 4 | March 9th 06 12:47 AM |