ExchangeService.UnpinTeamMailbox(EmailAddress) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unpins a site mailbox. When a mailbox is unpinned, it is no longer guaranteed to be available offline. The UnpinTeamMailbox(EmailAddress) method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
void UnpinTeamMailbox(Microsoft::Exchange::WebServices::Data::EmailAddress ^ emailAddress);
public void UnpinTeamMailbox (Microsoft.Exchange.WebServices.Data.EmailAddress emailAddress);
Parameters
- emailAddress
- EmailAddress
The email address for the site mailbox.