Hi all,

I've written a extensive Macro for Outlook with a small but annoying problem.
Users of the macro drag&drop a mail in a folder so it will be stored on our server automatically.

The only coding problem which I encountered was selecting the correct mail after it was being dragged.
I fixed (at least I thought I did) by sending a SendKey command for the 'down arrow'.

The problem is the following (http://support.microsoft.com/kb/179987)
The SendKey command toggles the Numlock button off.

Now there is code to re-toggle the Numlock etc, but this doesn't work all the time, just sometimes....

Is there another way to select the last mail in a mailfolder?
This folder is not the inbox or a standard Outlook folder, but a usercreated subfolder.

Thanks in advance!

Mathijs