Hello,
I would like to send an e-mail out of a script to notify an office person that action is required. With the following script I am able to get e-mail sent via Outlook running locally:
start "c:\program files\microsoft office\office11\outlook.exe"
enter "/0" wait="9000"
start mailto:avernon@fairfaxwater.org;tonyvernon4@gmail.com?subject=***TEST*** Set Tamper Charge&body=%0D%0ATamper Charge required for contract account &U[es66_ca].
This works fine when I am running locally. When I try this in Citrix, with the outlook program path adjusted for the drive names there, I get an error saying ‘Citrix off-line plugin error’ ‘The specified .RAD file has an invalid format’. Has anyone tried launching applications from within Citrix successfully? Any hints would be appreciated!
Thanks,