3.1.4.1.3.1 tns:GetUserOofSettingsResponse Complex Type
The GetUserOofSettingsResponse complex type contains the response message from the GetUserOofSettings operation and the OOF settings for the user, as specified in the GetUserOofSettings operation request.
-
<xs:complexType name="GetUserOofSettingsResponse"> <xs:sequence> <xs:element name="ResponseMessage" type="m:ResponseMessageType" maxOccurs="1" minOccurs="1" /> <xs:element maxOccurs="1" minOccurs="0" ref="t:OofSettings" /> <xs:element name="AllowExternalOof" type="t:ExternalAudience" maxOccurs="1" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the GetUserOofSettingsResponse complex type.
Element |
Type |
Description |
---|---|---|
ResponseMessage |
m:ResponseMessageType ([MS-OXWSCDATA] section 2.2.4.67) |
Provides descriptive information about the response status. This element MUST be present. |
t:OofSettings |
t:OofSettings (section 3.1.4.1.2.3) |
Contains the OOF settings. This element can be present. |
AllowExternalOof |
t:ExternalAudience (section 2.2.5.1) |
Contains a value that identifies the recipients to whom external OOF messages are sent. This element can be present. |