Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Queries header value by header name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
EmailParser | 7.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
Parameter | Description | Example |
---|---|---|
EmailID | The ID fo the email parser. | |
HeaderName | The name of the header to look for. | "X-Priority" |
Returns value or error.
Query priority:
Set Variable [ $HeaderValue ; Value: MBS("EmailParser.HeaderValue"; $email; "X-Priority") ]
Show Custom Dialog [ "Subject" ; $HeaderValue ]
Queries In-Reply-To header:
Set Variable [ $InReplyTo ; Value: MBS( "EmailParser.HeaderValue"; $EmailID; "In-Reply-To" ) ]
Show Custom Dialog [ "In-Reply-To" ; $InReplyTo ]
Created 22nd August 2017, last changed 23th March 2021
EmailParser.HeaderCount - EmailParser.Inline
Feedback: Report problem or ask question.