Forward Email in Office 365

Hi

I am just getting started in KM

I would like to create a macro to forward email to a particular person

A right-click brings up a context menu which includes the option to forward - but that is not a true "menu" to reference in a KM macro

How can I accomplish this? Has anyone written a similar macro previously?

This is what it looks like - how can I create a Macro to execute an email Forward on the web app?

Hey Richard,

Welcome to the Keyboard Maestro Forum!  :smile:

I'd start out using a Found Image condition to click the arrow – then type-select to get to the correct sub-menu – then a keypress to finish up.

If you're using Safari or Google Chrome or one of their variants that is scriptable then it may be possible to use a Execute a JavaScript in Front Browser action to perform the desired action, but that gets a trifle complicated.

-Chris

That worked - thanks

I had been trying to use Find Image with a screenprint copy of the text I wanted clicked on - text does not seem to work with Find Image however. . I changed to only the icon and that worked fine.

If you are running the Outlook 365 Mac app, then this macro should do the job:

MACRO:   Forward Outlook 365 EMail to Specific Recipicent [Example]

~~~ VER: 1.0    2019-11-18 ~~~
Requires: KM 8.2.4+   macOS 10.11 (El Capitan)+
(Macro was written & tested using KM 9.0+ on macOS 10.14.5 (Mojave))

DOWNLOAD Macro File:

Forward Outlook 365 EMail to Specific Recipicent [Example].kmmacros
Note: This Macro was uploaded in a DISABLED state. You must enable before it can be triggered.


1 Like