Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EmailPositionType simple type specifies where an entity was found in a message.
-
xs:simpleType name="EmailPositionType"> <xs:restriction base="xs:string"> <xs:enumeration value="LatestReply"/> <xs:enumeration value="Other"/> <xs:enumeration value="Subject"/> <xs:enumeration value="Signature"/> </xs:restriction> </xs:simpleType>
The following table lists and describes the values defined by the EmailPositionType simple type.
Value |
Meaning |
---|---|
LatestReply |
Specifies the latest reply. |
Other |
Specifies an unlisted position. |
Subject |
Specifies the subject of the email. |
Signature |
Specifies the signature of the email. |