I am trying to open Outlook using argument for the profile so I can define the profile in my config file. I can’t seem to find the correct syntax to make this work.
Anyone done this before? Thanks
I am trying to open Outlook using argument for the profile so I can define the profile in my config file. I can’t seem to find the correct syntax to make this work.
Anyone done this before? Thanks
Yes but I want to have “My Profile” in an argument like in_EmailProfile
Closer, I am getting profile name not valid. I know that it is so maybe something with the “” not being quite right?
Can you try below syntax?
“OUTLOOK.EXE /profile " + “””" + in_EmailProfile + “”“”
It didn’t like that syntax. For the in_EmailProfile value I have EmailProfile in config with a value of first.lastname@email.com without it being a hyperlink.
I don’t have any issues using email ID, it works fine.
Are you able to open outlook for that profile via Run command?
If I put the whole thing like this in the config, it will work passing it all within the argument. Maybe I just need to do that?
OUTLOOK.EXE /profile “first.last@email.com”