I've written some code that displays a particular outlook folder......
Set myItem = myFolder.Items(1)
myItem.Display
But I'm having trouble closing it
The following code gives an error message
myItem.Close
It seems that it should be simple but I can't get anything to work........
Set myItem = myFolder.Items(1)
myItem.Display
But I'm having trouble closing it
The following code gives an error message
myItem.Close
It seems that it should be simple but I can't get anything to work........