P
Peter Bird
Hi
I am setting up a program to back up the Outlook folders to a PST file on
an Exchange 2000 and Outlook 2000 installation by using the following syntax
For i = 1 to SRCPATCount
Set mySRCPATItem = SRCPATItems(i)
Set mySRCPATCopy = mySRCPATItem.copy
mySRCPATCopy.move BAKPATFolder
Next
This is causing me problems in that the memory usage just climbs until the
computer runs out of memory.
Can anyone tell me how to flush the memory or use another method of backing
up the records
Thanks
Peter
I am setting up a program to back up the Outlook folders to a PST file on
an Exchange 2000 and Outlook 2000 installation by using the following syntax
For i = 1 to SRCPATCount
Set mySRCPATItem = SRCPATItems(i)
Set mySRCPATCopy = mySRCPATItem.copy
mySRCPATCopy.move BAKPATFolder
Next
This is causing me problems in that the memory usage just climbs until the
computer runs out of memory.
Can anyone tell me how to flush the memory or use another method of backing
up the records
Thanks
Peter