Outlook Code

D

Duncan

Hi

I have copied the code below. However I cannot seem to get it wo work, what
do I need to change where it sys Personal Folders as this is the bit that
seems not to work. I have both my own folder in outlook and a public one.

Set TargetFolderItems = ns.Folders.Item( _
"Personal Folders").Folders.Item("Temp").Items
 
Top