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. |
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
- Version 14.2
- Fixed an issue with EmailParser.ReceiveDate and EmailParser.SentDate function with east asian time zones.
- 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
- MBS FileMaker Plugin, version 14.2pr5
- MBS Plugin Advent calendar: 23 - MailParser
- MBS FileMaker Plugin, version 11.3pr2
- MBS FileMaker Plugin, version 6.4pr2
- MBS FileMaker Plugin, version 5.4pr1
This function is free to use.
Created 3th October 2015, last changed 7th February 2019