3.1.4.7.3.1 m:PerformReminderActionResponseMessageType ComplexType
The PerformReminderActionResponseMessageType complex type represents a response to a request to perform a reminder action. This type extends the ResponseMessageType, as specified in [MS-OXWSCDATA] section 2.2.4.65.
-
<xs:complexType name="PerformReminderActionResponseMessageType"> <xs:complexContent> <xs:extension base="m:ResponseMessageType"> <xs:sequence> <xs:element name="UpdatedItemIds" type="t:NonEmptyArrayOfItemIdsType" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table describes the child elements of the PerformReminderActionResponseMessageType complex type.
Element |
Type |
Description |
---|---|---|
UpdatedItemIds |
t:NonEmptyArrayOfItemIdsType ([MS-OXWSBTRF] section 3.1.4.1.3.4) |
The reminder items that the actions were performed on. |