3.1.4.2.3.1 UnpinTeamMailboxRequestType

Namespace: http://schemas.microsoft.com/exchange/services/2006/messages

The UnpinTeamMailboxRequestType complex type specifies a request for the UnpinTeamMailbox WSDL operation. The UnPinTeamMailboxRequestType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.

 <xs:complexType name="UnpinTeamMailboxRequestType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:BaseRequestType">
       <xs:sequence>
         <xs:element name="EmailAddress" type="t:EmailAddressType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

EmailAddress: An element of type EmailAddressType, as defined in [MS-OXWSCDATA] section 2.2.4.31, that represents the email address of the site mailbox.