3.1.4.5.3.2 InstallAppResponseType

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

The InstallAppResponseType complex type specifies the response to an InstallApp WSDL operation request. This type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="InstallAppResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ResponseMessageType">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="WasFirstInstall" type="xs:boolean"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

WasFirstInstall: An element of type boolean, as defined in [XMLSCHEMA2/2], that specifies whether this is the first time the app is being installed. <6>