Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

EmailParser.SentDate

Queries the date and time of the email.

Component Version macOS Windows Linux Server iOS SDK
EmailParser 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "EmailParser.SentDate"; EmailID )   More

(old name: EmailParser.Date)

Parameters

Parameter Description Example
EmailID The ID fo the email parser. $Email

Result

Returns timestamp or error.

Description

Queries the date and time of the email.
Can be empty. This is the sent date from email client.
The plugin looks in email headers for a Date: header and parses the date.
The returned date is normalized to current time zone.

Examples

Show dates:

Set Field [Email Parser::Date1; MBS("EmailParser.SentDate"; $email)]
Set Field [Email Parser::Date2; MBS("EmailParser.ReceiveDate"; $email)]

See also

Release notes

Example Databases

Blog Entries

This function is free to use.

Created 3th October 2015, last changed 7th February 2019


EmailParser.ReceiveDate - EmailParser.Source