3.1.4.7.3.2 GetUserPhotoResponseMessageType
The GetUserPhotoResponseMessageType complex type specifies the response message status for the GetUserPhoto request. This type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.
The following is the GetUserPhotoResponseMessageType complex type specification.
-
<xs:complexType name="GetUserPhotoResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType"> <xs:sequence> <xs:element name="HasChanged" type="xs:boolean" minOccurs="1" maxOccurs="1"/> <xs:element name="PictureData" type="xs:base64Binary" minOccurs="0" maxOccurs="1"/> <xs:element name="ContentType" type="xs:string" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the child elements of the GetUserPhotoResponseMessageType complex type.
Element name |
Type |
Description |
---|---|---|
HasChanged |
xs:boolean ([XMLSCHEMA2]) |
Specifies whether the photo has changed. True, if the photo has changed. |
PictureData |
xs:base64Binary ([XMLSCHEMA2]) |
Specifies the binary data for the picture. |
ContentType |
xs:string ([XMLSCHEMA2]) |
Specifies the content (MIME) type of the photo.<68> |