obtain last selected mail

  • Thread starter Thread starter Steffen Heinzl
  • Start date Start date
S

Steffen Heinzl

Hi!

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

Thanks,
Steffen
 
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.
 
The SelectionChange event will fire when that Selection is changing.
 
Back
Top