INETENCODE

This enumeration identifies a Multipurpose Internet Mailing Extension (MIME) encoding type.

At a Glance

Header file: Tnefapi.h
Platforms: H/PC 3.0
Windows CE versions: 2.10 and later

Syntax

typedef struct enum {
CODE_NONE = 0,
CODE_UU,
CODE_B64,
CODE_QP
CODE_QPH,
} INETENCODE;

Values

CODE_NONE
Specifies no encoding or decoding.
CODE_UU
Specifies the UUEncode format.
CODE_B64
Specifies the Base 64 format .
CODE_QP
Specifies the body or file attachments is in quoted printable.
CODE_QPH
Specifies the header is in quoted printable format.

Remarks

A transport uses this enumeration to specify how to encode or decode a file or buffer.

See Also

TnefDecodeBuffer, TnefDecodeFile, TnefEncodeBuffer, TnefEncodeFile