Setting Focus on the Body (Message) field

S

Shadow

How do I set the focus on the Body(message) field in outlook 2k?

I have tried

Set myInspector = Item.GetInspector
Set myPage = myInspector.ModifiedFormPages("Message")
myPage.Message.SetFocus
'mypage.body.setfocus

but this does not seem to be working.

Thanks
 
Top