event-logging-schema icon indicating copy to clipboard operation
event-logging-schema copied to clipboard

Add Date to EmailComplexType

Open burnalting opened this issue 4 years ago • 1 comments

Not all emails have a parseable Date timestamp, but it is the timestamp recorded of the email. We should have a Date String element within the EmailComplextType to represent accurately the Date timestamp recorded in an email.

burnalting avatar Sep 22 '21 07:09 burnalting

<xs:element name="Date" type="xs:string" minOccurs="0" maxOccurs="1">
  <xs:annotation>
    <xs:documentation>The Date timestamp recorded in the email.</xs:documentation>
  </xs:annotation>
</xs:element>

burnalting avatar Sep 22 '21 07:09 burnalting

Fixed in 4.1.0

at055612 avatar Jun 17 '24 10:06 at055612