Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 ]
This function is free to use.
Created 22nd August 2017, last changed 23th March 2021