Page 1 of 1

Attach to outlook email

Posted: 2018-02-07, 12:21 UTC
by JimmyTheBroker
Hi guys,

I'm using the Gmail example but I want to open and send in Gmail.
All I can do so far is open the outlook app. Any ideas? Or suggestions? Below is my attempt so far.

Function type:
launch app
Command:
Outlook:com.microsoft.office.outlook:.MainActivity

Parameters:
stream:%P%N 
extra:SUBJECT: Attached %N
extra:TEXT: Here is the file %N


I had thought it might be something like
Outlook:com.microsoft.office.outlook:.NewMessage
But it doesn't work.

Thanks Jimmy
8)

Posted: 2018-02-08, 10:12 UTC
by ghisler(Author)
Try picking Outlook via >> button after setting the button type to "Send to app".

Posted: 2018-02-08, 22:38 UTC
by JimmyTheBroker
Thanks!