How to open an Outlook file in a location?

So I have an outlook template file (.oft) in my Desktop.
What activity do I use to open this template without going to my Desktop and double clicking it.

I tried using Start Process, putting in the parameters, but outlook doesn’t accept (.oft) as parameter.
So is there any other activity I can use to open a random file in some location?

1 Like

Buddy start process would work for sure @CtrlAltGiri
May i have a screenshot of start process properties in your studio
If possible
Cheers @CtrlAltGiri

Hey @CtrlAltGiri

Hey you can open your template by using below parameter with start process.

Start Process Activity Parameters:-

FIleName - “Outlook.exe”
Arguments - “/t C:\Users\yadavak\Desktop\sample.oft”

3 Likes

Damn. Works flawlessly.
Thanks :smiley:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.