net.freeutils.tnef

Class TNEFConstants

public class TNEFConstants extends Object

The TNEFConstants class contains general TNEF related constants.

Since: 2003-04-25

Field Summary
static bytefmsHasAttach
TNEF message flag constant.
static bytefmsLocal
TNEF message flag constant.
static bytefmsModified
TNEF message flag constant.
static bytefmsNull
TNEF message flag constant.
static bytefmsRead
TNEF message flag constant.
static bytefmsSubmitted
TNEF message flag constant.
static intprioHigh
TNEF message priority constant.
static intprioLow
TNEF message priority constant.
static intprioNorm
TNEF message priority constant.
static longTNEF_SIGNATURE
General TNEF constant.
static longTNEF_VERSION
General TNEF constant.

Field Detail

fmsHasAttach

public static final byte fmsHasAttach
TNEF message flag constant.

fmsLocal

public static final byte fmsLocal
TNEF message flag constant.

fmsModified

public static final byte fmsModified
TNEF message flag constant.

fmsNull

public static final byte fmsNull
TNEF message flag constant.

fmsRead

public static final byte fmsRead
TNEF message flag constant.

fmsSubmitted

public static final byte fmsSubmitted
TNEF message flag constant.

prioHigh

public static final int prioHigh
TNEF message priority constant.

prioLow

public static final int prioLow
TNEF message priority constant.

prioNorm

public static final int prioNorm
TNEF message priority constant.

TNEF_SIGNATURE

public static final long TNEF_SIGNATURE
General TNEF constant.

TNEF_VERSION

public static final long TNEF_VERSION
General TNEF constant.