|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Monday, May 06, 2013 10:31 AM
Points: 61,
Visits: 217
|
|
I know this is possible in Business Objects, maybe it is here too, but I cannot seem to figure it out or find it. Any help or direction will be greatly appreciated.
How can I open microsoft outlock by clicking on the email field on an SSRS report?
Thanks, Sam :)
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Tuesday, November 16, 2010 3:09 AM
Points: 1,
Visits: 3
|
|
| Simply add this linke in Action-->Go to URL -->fx : "MailTo:username"
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, October 22, 2012 1:17 PM
Points: 13,
Visits: 14
|
|
Hi, What is the command for BCC and CC , I tried MailCC or MailBCC and it didn't work.
Thanks
|
|
|
|
|
SSChampion
        
Group: General Forum Members
Last Login: Yesterday @ 1:11 PM
Points: 11,605,
Visits: 27,645
|
|
leefuji (10/22/2012) Hi, What is the command for BCC and CC , I tried MailCC or MailBCC and it didn't work.
Thanks
http://webdesign.about.com/od/beginningtutorials/a/aa041700b.htm
code example:
<a href="mailto:firstEmail@email.com, SecondEmail@email.com?bcc=TheBlidRecipient@email.com& cc=thirdaddress@email.com&subject=heres%20The%20Info%20You%20Asked%20For"> Click me!</a>
Lowell
--There is no spoon, and there's no default ORDER BY in sql server either. Actually, Common Sense is so rare, it should be considered a Superpower. --my son
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Monday, October 22, 2012 1:17 PM
Points: 13,
Visits: 14
|
|
Lowell, Your code didn't work as is because I'm working in SSRS and I had to tweak a few things but it definitely pointed what I needed to look for. thanks for your help
Here is the final code I used to have a TO email and BCC email in SSRS that auto inserts into Microsoft Outlook.
="MailTo:FirstPerson@xyz.com" & "?bcc=BlindOne@xyz.com" & "&Subject=Here goes my Subjecet" & "&Body=And here goes the body messagel"
Regards, Lee
|
|
|
|