CURL.GetResultAsEmail
Queries the result of the CURL transfer and parses as email.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
CURL
|
5.3 |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
✅ Yes |
MBS( "CURL.GetResultAsEmail"; curl )
More
MBS(
"CURL.GetResultAsEmail"; /* Queries the result of the CURL transfer and parses as email. */
$curl) /* The CURL session handle. */
Less
Parameters
Parameter |
Description |
Example |
curl |
The CURL session handle. |
$curl |
Result
Returns email parser reference number or error.
Description
Queries the result of the CURL transfer and parses as email.
If the content is a valid email content, the email is parsed and you get back the reference number.
Please use EmailParser.Free to free it later and release memory.
See also
Release notes
- Version 11.1
- Version 10.5
- Version 10.2
- Version 9.5
- Version 9.1
- Version 9.0
- Version 8.3
- Added additional UTF-8 text encoding validation for CURL.GetResultAsEmail to avoid crash due to bad UTF-8 sequences in email text.
Example Databases
Blog Entries
This function checks for a license.
Created 24th September 2015, last changed 12nd December 2019
CURL.GetResultAsEMailList
-
CURL.GetResultAsGIF