Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

Open microsoft outlook by clicking field on SSRS report Expand / Collapse
Author
Message
Posted Monday, October 06, 2008 7:54 AM
Valued Member

Valued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued MemberValued 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 :)
Post #581089
Posted Tuesday, November 16, 2010 3:10 AM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum 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"
Post #1021327
Posted Monday, October 22, 2012 12:03 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

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
Post #1375650
Posted Monday, October 22, 2012 12:08 PM


SSChampion

SSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampionSSChampion

Group: General Forum Members
Last Login: Today @ 2:04 PM
Points: 11,645, Visits: 27,732
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
Post #1375654
Posted Monday, October 22, 2012 1:22 PM
Grasshopper

GrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopperGrasshopper

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
Post #1375698
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse