Expand Minimize
This topic has not yet been rated - Rate this topic

2.2.4.38 t:EntityType Complex Type

The EntityType complex type represents a single entity. Entities are text found in certain parts of a message, such as the subject or the body.<71>

<xs:complexType name="EntityType">
  <xs:sequence>
    <xs:element name="Position" type="t:EmailPositionType" 
        minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>

Position: An element of type EmailPositionType, as defined in section 2.2.5.2, that specifies where the entity was found in the message.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.