2.2.3.3.1 EmailPosition Simple Type

The EmailPosition type is used by the Position attribute, as specified in section 2.2.3.4.3, to indicate the portion of the Message object where a known entity is located.

 <xs:simpleType name="EmailPosition">
     <xs:restriction base="xs:string">
         <xs:enumeration value="LatestReply" />
         <xs:enumeration value="Subject" />
         <xs:enumeration value="Signature" />
         <xs:enumeration value="Other" />
     </xs:restriction>
 </xs:simpleType>

The possible values for attributes of this type are specified in the following table.

Value

Meaning

LatestReply

The known entity is located in the most recent reply in a conversation.

Subject

The known entity is located in the subject of the message.

Signature

The known entity is located in the sender's signature within the most recent reply in a conversation.

Other

The known entity is located in the body of the message and does not meet the criteria for the other three values.