2.2.4.13 t:InboxReminderType

The InboxReminderType complex type specifies an inbox reminder.<28>

 <xs:complexType name="InboxReminderType">
   <xs:sequence>
     <xs:element name="Id" type="t:GuidType" minOccurs="0" maxOccurs="1"/>
     <xs:element name="ReminderOffset" type="xs:int" minOccurs="0" maxOccurs="1"/>
    <xs:element name="Message" type="xs:string" minOccurs="0" maxOccurs="1"/>
    <xs:element name="IsOrganizerReminder" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
    <xs:element name="OccurrenceChange" 
         type="t:EmailReminderChangeType" minOccurs="0" maxOccurs="1"/>
     <xs:element name="IsImportedFromOLC" type="xs:boolean" minOccurs="0" maxOccurs="1"/>
    <xs:element name="SendOption" 
         type="t:EmailReminderSendOption" minOccurs="0" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

The following table describes the elements of the InboxReminderType complex type.

Element

Type

Description

Id

t:GuidType ([MS-OXWSXPROP] section 2.1.7)

The identifier for this reminder.

ReminderOffset

xs:int ([XMLSCHEMA2])

The offset from the start of the meeting in minutes.

Message

xs:string ([XMLSCHEMA2] )

The custom message to send when the reminder is triggered.

IsOrganizerReminder

xs:boolean ([XMLSCHEMA2] )

Specifies whether this is an organizer inbox reminder.

OccurrenceChange

t:EmailReminderChangeType (section 2.2.5.6)

Specifies how this reminder has been modified for an occurrence.

IsImportedFromOLC

xs:boolean

Specifies whether this reminder is imported from Microsoft Outlook.

SendOption

t:EmailReminderSendOption (section 2.2.5.7)

Specifies the send option.