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. |
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
- Version 11.3
- Fixed a problem with a math function, which affected time zone calculation for EmailParser.SentDate, EmailParser.ReceiveDate and Time.TimeStampToUTC functions (broken in v11.2).
Example Databases
Blog Entries
This function is free to use.
Created 25th July 2016, last changed 25th July 2016
