2.2.5.7 t:EmailReminderSendOption

The EmailReminderSendOption simple type specifies the send options for the reminder.<62>

  
 <xs:simpleType name="EmailReminderSendOption">
   <xs:restriction base="xs:string">
     <xs:enumeration value="NotSet"/>
     <xs:enumeration value="User"/>
     <xs:enumeration value="AllAttendees"/>
     <xs:enumeration value="Staff"/>
     <xs:enumeration value="Customer"/>
   </xs:restriction>
 </xs:simpleType>
  

The following table describes the xs:string ([XMLSCHEMA2]) enumeration values that are defined by the EmailReminderSendOption simple type.

Value

Meaning

NotSet

The send option has not been set on this email reminder. When the value is NotSet, it will be set to either User or AllAttendees according to the IsOrganizerReminder property (section 2.2.4.13). It will be set to AllAttendees if IsOrganizerReminder is true, otherwise User,

User

Send the email reminder only to the user.

AllAttendees

Send the email reminder to all attendees.

Staff

Send the reminder to staff only. This value is only applicable for a booking item and for internal use only.

Customer

Send the reminder to customer only. This value is only applicable for a booking item and for internal use only.