Thank you for making the auto-accept agent available. It works great when I configure the agent to use a domain account with full rights to the resource mailbox. Also, there are no delegates or rules on this mailbox. But when the agent is configured to use the local service on the Exchange server, I receive the following 'Access is denied' error:
"file://./backofficestorage/abc.defg.com/MBX/crw-3/Inbox/autoaccept agent meeting.EML". This item will not be processed.
The exception information is:
System.UnauthorizedAccessException: Access is denied.
at Private.Interop.Cdoex.IDataSource.Open(String SourceURL, Object ActiveConnection, ConnectModeEnum Mode, RecordCreateOptionsEnum CreateOptions, RecordOpenOptionsEnum Options, String UserName, String Password)
at Microsoft.Exchange.Agents.AutoAccept.EventSink.GetFolderLocations(String sMailboxURL, String& calendarLoc, String& deletedItemsLoc)
at Microsoft.Exchange.Agents.AutoAccept.EventSink.ProcessOnSaveEvent(String itemUrl)
at Microsoft.Exchange.Agents.AutoAccept.EventSink.OnSave(IExStoreEventInfo pEventInfo, String bstrURLItem, Int32 lFlags)