L
Lee
Hi,
I am using outlook 2003 and I create a form and a button. On the button I
write a script to display the INBOX but nothing display when I click on the
button, pls advice anything wrong.
Set myNameSpace = Application.GetNameSpace("MAPI")
Set myFolder = myNameSpace.GetDefaultFolder(6)
myFolder.Display
I am using outlook 2003 and I create a form and a button. On the button I
write a script to display the INBOX but nothing display when I click on the
button, pls advice anything wrong.
Set myNameSpace = Application.GetNameSpace("MAPI")
Set myFolder = myNameSpace.GetDefaultFolder(6)
myFolder.Display