G
Guest
Using MS Access to conduct operation in MS Outlook.
Operation removes attachments from e-mail, then moves e-mail to new folder.
When the LAST e-mail is moved and error is generated.
Error reads:
An unexpected error has occured
Please note and report the following information
Error Number: 3704
Error Description: Operation is not allowed when the object is closed.
Code is:
For j = nbxcount To 1 Step -1
Set Mailitm = inBox.Items(j)
Mailitm.Move fldr
Next j
Any corrections?
Thank you for your time,
N8
Operation removes attachments from e-mail, then moves e-mail to new folder.
When the LAST e-mail is moved and error is generated.
Error reads:
An unexpected error has occured
Please note and report the following information
Error Number: 3704
Error Description: Operation is not allowed when the object is closed.
Code is:
For j = nbxcount To 1 Step -1
Set Mailitm = inBox.Items(j)
Mailitm.Move fldr
Next j
Any corrections?
Thank you for your time,
N8