This function decodes a file into a specified format.
| Header file: | Tnefapi.h |
| Platforms: | H/PC 3.0 |
| Windows CE versions: | 2.10 and later |
BOOL WINAPI TnefDecodeFile(INETENCODE EncodeType,
LPWSTR FileToDecode, LPWSTR DecodedFileName);
| Base64 |
| Quoted-Printable |
| UUEncode |
TRUE indicates success. FALSE indicates failure.
If successful, this function outputs the file specified by DecodedFileName. Delete this file once you are finished with it.