"Permissions" Error

G

Gil

I am using VBA to scan through and route incoming mail messages located in a
public folder to users. For mailboxes located on the Exchange server, I use
the 'Copy' and 'Move' methods - but I also need to send the messages to some
outside email addresses. To do this I also use the 'Copy' method, then I
address the message, but I when I call the 'Send' method I get the error:
"You do not have sufficient permission to perform this operation on this
object. See the folder contact or your system administrator."

The odd thing is that this works fine on my development Exchange server - I
get the error only the production Exchange server. Does anyone know what
permissions I am missing and how I can resolve this?

Thanks

PS - I use the Outlook Security Form to
 
Top