This function encodes a file into a specified format..
Header file: | Tnefapi.h |
Platforms: | H/PC 3.0 |
Windows CE versions: | 2.10 and later |
LPWSTR WINAPI TnefEncodeFile(LPWSTR FileToEncode,
INETENCODE EncodeType);
Base64 |
Quoted-Printable |
UUEncode |
The file name of the encoded file indicates success. NULL indicates failure.
This function does not alter the file described in FileToEncode.
You are responsible for deleting the file created by this function and for calling LocalFree on the name returned by TnefEncodeFile.