Exchange 2007 Server - ExchangeServiceBinding :: UpdateItem Error

For ExchangeServiceBinding::UpdateItem in Exchange 2007, the following error message appears:

When creating a request as an account that does not have a mailbox, you must specify the primary SMTP address of the mailbox for any identifiers of the selected folder.

When I missed ExchangeServiceBinding::UpdateItem in the code and applied only ExchangeServiceBinding::SendItem received the following error message:

The user account that was used to send this request is not allowed to send mail on behalf of the specified sending account

Created a mailbox for the user credentials, but this does not help.

Any help?

+4
source share
1 answer

Steps to solve:

  • Make Inbox for Credential Domain User on Exch 2007

  • In Exchange Server 2007 / RC / Mailbox, the credential user must be added to Mannage Full Access Permission and Properties / Mail Flow Settings / Delivery Option / Grant for the controlled account / mailbox.

+3
source

Source: https://habr.com/ru/post/1337783/


All Articles