declineRequest

Declines items.

Request

<declineRequest>
   <items/>
   <comment/>
   <recurrenceAllInstances/>
</declineRequest>

Response

<declineResponse>
   <status> 
      <code/> 
   </status> 
</declineResponse>

Elements

items

Specifies a list of item IDs to be declined.

comment

Specifies text that the sender of the item can view in the properties of the sent item.

recurrenceAllInstances

Specifies the recurrenceKey so that the decline and its options can be applied to all the recurring items.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<declineRequest>
   <items>
      <item>44FED4BA.domain1.po1.100.16E3837.1.F9D.1@4:7.
          domain1.po1.100.0.1.0.1@16</item> 
      </items>
   <comment>asdf</comment> 
   <recurrenceAllInstances>36167</recurrenceAllInstances> 
</declineRequest>