obtain last selected mail

S

Steffen Heinzl

Hi!

Is it possible to obtain/remember the last selected mail and save it to
an object?

Thanks,
Steffen
 
S

Steffen Heinzl

Steffen said:
Hi!

Is it possible to obtain/remember the last selected mail and save it to
an object?

Thanks,
Steffen

Finally, I found something how to obtain the currently selected mail.
ActiveExplorer().Selection returns an Selection object, which contains
the currently selected items.
 
K

Ken Slovak - [MVP - Outlook]

The SelectionChange event will fire when that Selection is changing.
 
Top