ExchangeService.UnpinTeamMailbox(EmailAddress) Method

Definition

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.

Applies to