|
|
 |
 |
| GetMIMEHeader |
| |
This function will get the first occurance of a field from a MIME header |
| |
| Library |
 |
wh::internet/mime.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION GetMIMEHeader (RECORD ARRAY header,STRING field_) |
| |
| Parameters |
 |
| header |
 |
Record Array with the header (use DecodeHeader to get the it) |
 |
| field_ |
 |
String with the field to search for |
 |
|
| |
| Returns |
 |
String with the value belonging to the field |
| |
|
|
|
|