TNEFINFO
This structure contains Multipurpose Internet Mailing Extension (MIME) information for a Transport-neutral Encapsulation Format (TNEF) file. This structure is also used to store data by a variety of encoding and decoding APIs.
At a Glance
Header file: |
Tnefapi.h |
Platforms: |
H/PC 3.0 |
Windows CE versions: |
2.10 and later |
Syntax
typedef struct _tnefinfo{
INETENCODE wContentEncoding;
BOOL fAttHdrs;
HANDLE hHeap
LPWSTR szTnefCorrelator;
WCHAR szTnefFileName[MAX_PATH]
} TNEFINFO;
Members
- wContentEncoding
- The INETENCODE enumeration that contains the encoding style for the file.
- fAttHdrs
- Boolean value that contains information for the TnefGetInfo function. If set to TRUE, TnefGetInfo retrieves attachment information from a TNEF file. If set to FALSE, the function retrieves only meeting request information.
- hHeap
- Handle to the message heap that allocates memory for the file.
- szTnefCorrelator
- Null-terminated string that contains the TNEF correlator from the message header.
- szTnefFileName
- Null-terminated string that contains the file name of the TNEF file.
See Also
TnefBuildInfo