2.2.5.9 t:MeetingRequestTypeType Simple Type

The MeetingRequestTypeType simple type specifies the type of a meeting request.

 <xs:simpleType name="MeetingRequestTypeType">
   <xs:restriction
     base="xs:string"
   >
     <xs:enumeration
       value="None"
      />
     <xs:enumeration
       value="FullUpdate"
      />
     <xs:enumeration
       value="InformationalUpdate"
      />
     <xs:enumeration
       value="NewMeetingRequest"
      />
     <xs:enumeration
       value="Outdated"
      />
     <xs:enumeration
       value="SilentUpdate"
      />
     <xs:enumeration
       value="PrincipalWantsCopy"
      />
   </xs:restriction>
 </xs:simpleType>
  

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

Value

Meaning

None

Indicates that the meeting request type is not defined. This is the default type for t:MeetingRequestType.

FullUpdate

Identifies the meeting request as an updated meeting request. This value indicates that the attendee has not yet responded to the original meeting request.

InformationalUpdate

Identifies the meeting request as an updated meeting request. This value indicates that the attendee had previously accepted or tentatively accepted the original meeting request.

NewMeetingRequest

Identifies the meeting request as a new meeting request.

Outdated

Indicates that the meeting request has become outdated because an updated meeting request for the same calendar item has been received.

SilentUpdate

Identifies the meeting request as a silent update to an existing meeting.

PrincipalWantsCopy

Indicates that the meeting request belongs to a principal who has forwarded meeting messages to a delegate and this copy is informational.<64>