- In a Microsoft Exchange Server 2007 environment, you enable automatic booking on a resource mailbox and set the EnableResponseDetails property to False by using the following command:
Set-MailboxCalendarSettings -Identity <MailboxIdParameter> -EnableResponseDetails $false -AutomateProcessing AutoAccept
- You send a meeting request to the resource mailbox. The meeting request is declined.
Additionally, if the AddAdditionalResponse property is set to True, the text that is specified in the AdditionalText parameter are not included in the response email message when the EnableResponseDetails property is set to False.