N
Neil Penn
We have an in-house application written to send e-mails from addresses in
our SQL database using Outlook.
Generally this appears to be working fine, except for one user who keeps
getting the message:
You don't have appropriate permission to perform this operation
The e-mail is sent correctly and nothing else appears to be going wrong.
On investigation I discovered that if I go into the user's "sent items"
folder, open an item and click on "save" it comes up with the message:
Your changes could not be saved because you don't have permission to modify
some or all of the items in this folder.
Do you want to save a copy of this item in the default folder for the item?
The code for sending the message is essentially:
create a mail message from an outlook template file sitting on a shared
folder
address the mail using an address from the database
send the mail
If I just create a mail message and send it I don't get any errors, and I
can open the mail in the sent items folder and click save without any
errors.
Any ideas what the problem might be?
We are using Outlook 2000.
our SQL database using Outlook.
Generally this appears to be working fine, except for one user who keeps
getting the message:
You don't have appropriate permission to perform this operation
The e-mail is sent correctly and nothing else appears to be going wrong.
On investigation I discovered that if I go into the user's "sent items"
folder, open an item and click on "save" it comes up with the message:
Your changes could not be saved because you don't have permission to modify
some or all of the items in this folder.
Do you want to save a copy of this item in the default folder for the item?
The code for sending the message is essentially:
create a mail message from an outlook template file sitting on a shared
folder
address the mail using an address from the database
send the mail
If I just create a mail message and send it I don't get any errors, and I
can open the mail in the sent items folder and click save without any
errors.
Any ideas what the problem might be?
We are using Outlook 2000.