cancel
Showing results for 
Search instead for 
Did you mean: 

Opening Outlook Window dynamicly

Former Member
0 Kudos

Hello,

I would like to open a MS Outlook - New Mail Message when I click on Link(Username).

In the To field it should disply the UserName on which I've clicked along wiht the domain.

I know that I can put in the reference in LinkToUrl: mailto:user@domain.com but I need that this field change for different user.

I mean depending of the user that calls my window the "To" field in Outlook will be john@smith.com , or if the user that calls the window is peter@beckman.com, that field will be To:peter@beckman.com

Accepted Solutions (1)

Accepted Solutions (1)

former_member182294
Active Contributor
0 Kudos

Hi Jorge,

You can create a context attribute of type string and attach it to the <b>reference</b> property of <b>LinkToURL</b> and another attribute with the user name in <b>text</b> property of <b>LinkToURL</b>. And dynamically change the values of context attributes.

Regards

Abhilash

Answers (0)