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

EmailParser.ReceiveDate

Queries the date and time of the email.

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

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 for received time at server.
The plugin looks in email headers for a receive: 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 25th July 2016, last changed 25th July 2016


EmailParser.ProcessImageReferences - EmailParser.SentDate