This function creates an encoded Transport-neutral Encapsulation Format (TNEF) file.
Header file: | Tnefapi.h |
Platforms: | H/PC 3.0 |
Windows CE versions: | 2.10 and later |
BOOL WINAPI TnefBuildInfo(const TNEFINFO * pti, LPWSTR szSubject,
MailNonIpmInfo * lpnii, MailAttArray * lpmaa);
TRUE indicates success. FALSE indicates failure.
If successful, this function assigns a newly-created file the name stored in the szTnefFileName member of TNEFINFO.
If necessary, use the UUEncode format for encoding your attachments. You can also use MIME sections if your application supports the MIME format.
Currently, this function supports only meeting request properties.