A B C D E F G H I L M N O P R S T U W 

A

addAttachment(Attachment) - Method in class net.freeutils.tnef.Message
Adds an attachment to this message.
addAttribute(Attr) - Method in class net.freeutils.tnef.Attachment
Adds an Attachment attribute.
addAttribute(Attr) - Method in class net.freeutils.tnef.Message
Adds an attribute to this message.
Address - Class in net.freeutils.tnef
The Address class encapsulates an address used in some TNEF message attributes.
Address() - Constructor for class net.freeutils.tnef.Address
Constructs an empty Address.
Address(RawInputStream) - Constructor for class net.freeutils.tnef.Address
Constructs an Address using the given TNEF stream.
Address(String, String, String) - Constructor for class net.freeutils.tnef.Address
Constructs a Address containing the specified values.
atpByte - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpDate - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpDword - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpLong - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpMax - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpShort - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpString - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpText - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpTriples - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
atpWord - Static variable in class net.freeutils.tnef.Attr
Attribute type constant.
Attachment - Class in net.freeutils.tnef
The Attachment class encapsulates a TNEF message attachment.
Attachment() - Constructor for class net.freeutils.tnef.Attachment
Constructs an empty Attachment.
attAidOwner - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachCreateDate - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachData - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachment - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachMetaFile - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachModifyDate - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachRenddata - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachTitle - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attAttachTransportFilename - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attBody - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attConversationID - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDateEnd - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDateModified - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDateRecd - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDateSent - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDateStart - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attDelegate - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attFrom - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attID(int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the ID part of a 32-bit combined attribute type and ID value.
attMAPIProps - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attMessageClass - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attMessageID - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attMessageStatus - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attNull - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attOemCodepage - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attOriginalMessageClass - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attOwner - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attParentID - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attPriority - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
Attr - Class in net.freeutils.tnef
The Attr class encapsulates a TNEF attribute.
Attr(byte, int, int, Object) - Constructor for class net.freeutils.tnef.Attr
Constructs an Attr containing the specified values.
Attr(byte, int, int, RawInputStream) - Constructor for class net.freeutils.tnef.Attr
Constructs an Attr containing the specified values.
attRecipTable - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attRequestRes - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attribute(int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns a 32-bit value containing a combined attribute type and ID.
attSentFor - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attSubject - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attTnefVersion - Static variable in class net.freeutils.tnef.Attr
Attribute ID constant.
attType(int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the type part of a 32-bit combined attribute type and ID value.
atypFile - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
atypMax - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
atypNull - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
atypOle - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
atypPicture - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
available() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next invocation of a method for this input stream.
available() - Method in class net.freeutils.tnef.RawInputStream
Returns the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

buf - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
bufend - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
bufstart - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 

C

calculateChecksum(byte[]) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the checksum of a given byte array.
calculateChecksum(byte[], int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the checksum of a range of bytes within a given byte array.
calculateChecksum(RawInputStream) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the checksum of all the data in a given RawInputStream.
calculateCRC32(byte[], int, int) - Static method in class net.freeutils.tnef.CompressedRTFInputStream
Calculates the CRC32 of the given bytes.
calculateCRC32(byte[], int, int) - Static method in class net.freeutils.tnef.TNEFUtils
canonize(String) - Static method in class net.freeutils.tnef.GUID
Canonizes the given GUID string into the canonical format of the form: "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee", with all values presented as lowercase hex digits.
close() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class net.freeutils.tnef.RawInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class net.freeutils.tnef.TNEFInputStream
Closes the TNEFInputStream and underlying InputStream.
COMPRESSED_RTF_PREBUF - Static variable in class net.freeutils.tnef.CompressedRTFInputStream
Prebuffered bytes used in RTF-compressed format.
CompressedRTFInputStream - Class in net.freeutils.tnef
The CompressedRTFInputStream class provides decompression of compressed RTF data.
CompressedRTFInputStream(InputStream) - Constructor for class net.freeutils.tnef.CompressedRTFInputStream
Constructs a new CompressedRTFInputStream which reads the compressed data from the given underlying stream.
compressedSize - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
crc - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
crc32 - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
CRC32_TABLE - Static variable in class net.freeutils.tnef.CompressedRTFInputStream
The lookup table used in the CRC32 calculation
createString(byte[], int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Creates a String from a C-style null terminated byte sequence.
createStringUnicode(byte[], int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Creates a String from a C-style null terminated Unicode byte sequence.

D

decompressRTF(byte[]) - Static method in class net.freeutils.tnef.CompressedRTFInputStream
Decompresses compressed-RTF data.
decompressRTF(byte[]) - Static method in class net.freeutils.tnef.TNEFUtils
dict - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
DICT_SIZE - Static variable in class net.freeutils.tnef.CompressedRTFInputStream
 
dictstart - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 

E

equals(Object) - Method in class net.freeutils.tnef.GUID
Returns whether this GUID is identical to the given GUID.
equals(Object) - Method in class net.freeutils.tnef.MAPIPropName
Returns whether this MAPIPropName is identical to the given MAPIPropName.
extractContent(TNEFInputStream, String) - Static method in class net.freeutils.tnef.TNEF
Extracts the content from the given TNEFInputStream, saving attachments to the given output directory.
extractContent(Message, String) - Static method in class net.freeutils.tnef.TNEF
Extracts the content from the given TNEF Message, saving attachments to the given output directory.

F

finalize() - Method in class net.freeutils.tnef.RawInputStream
Finalizes this object and frees its resources (called by the JVM garbage collector when this object is discarded).
findAttr(List, int) - Static method in class net.freeutils.tnef.Attr
Finds an attribute with the specified ID within given attribute list.
findProp(MAPIProp[], int) - Static method in class net.freeutils.tnef.MAPIProp
Finds a property with the specified ID within given property array.
findProp(MAPIProp[], MAPIPropName) - Static method in class net.freeutils.tnef.MAPIProp
Finds a property with the specified name within given property array.
flagCount - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
flags - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
fmsHasAttach - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.
fmsLocal - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.
fmsModified - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.
fmsNull - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.
fmsRead - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.
fmsSubmitted - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message flag constant.

G

getAddress() - Method in class net.freeutils.tnef.Address
Gets the address.
getAttachments() - Method in class net.freeutils.tnef.Message
Gets the Message attachments.
getAttribute(int) - Method in class net.freeutils.tnef.Attachment
Gets a specific Attachment attribute.
getAttribute(int) - Method in class net.freeutils.tnef.Message
Gets a specific Message attribute.
getAttributes() - Method in class net.freeutils.tnef.Attachment
Gets the Attachment attributes.
getAttributes() - Method in class net.freeutils.tnef.Message
Gets the Message attributes.
getConstName(Class, String, long) - Static method in class net.freeutils.tnef.TNEFUtils
Returns the name of a constant which is defined in given Class, has a name beginning with given prefix, and has given value.
getData() - Method in class net.freeutils.tnef.MAPIValue
Gets the MAPIValue data.
getDisplayName() - Method in class net.freeutils.tnef.Address
Gets the Address display name.
getFilename() - Method in class net.freeutils.tnef.Attachment
Gets the Attachment filename.
getFlags() - Method in class net.freeutils.tnef.RendData
Gets the RendData flags.
getGUID() - Method in class net.freeutils.tnef.MAPIPropName
Gets the MAPIPropName GUID.
getHeight() - Method in class net.freeutils.tnef.RendData
Gets the RendData height.
getID() - Method in class net.freeutils.tnef.Attr
Gets the Attr ID.
getID() - Method in class net.freeutils.tnef.MAPIProp
Gets the MAPIProp ID.
getID() - Method in class net.freeutils.tnef.MAPIPropName
Gets the MAPIPropName ID.
getID() - Method in class net.freeutils.tnef.TRPAddress
Gets the TRPAddress ID.
getKey() - Method in class net.freeutils.tnef.TNEFInputStream
Returns the TNEF stream key.
getLength() - Method in class net.freeutils.tnef.Attr
Gets the Attr data length (in bytes).
getLength() - Method in class net.freeutils.tnef.MAPIProp
Gets the number of MAPIProp values.
getLength() - Method in class net.freeutils.tnef.MAPIValue
Gets the MAPIValue data length (in bytes).
getLength() - Method in class net.freeutils.tnef.RawInputStream
Gets the length of the raw data in bytes.
getLevel() - Method in class net.freeutils.tnef.Attr
Gets the Attr level.
getMAPIProps() - Method in class net.freeutils.tnef.Attachment
Gets the Attachment MAPI properties.
getMAPIProps() - Method in class net.freeutils.tnef.Message
Gets the Message MAPI properties.
getName() - Method in class net.freeutils.tnef.MAPIProp
Gets the MAPIProp name.
getName() - Method in class net.freeutils.tnef.MAPIPropName
Gets the MAPIPropName name.
getNestedMessage() - Method in class net.freeutils.tnef.Attachment
Gets the Attachment nested message.
getOEMCodePage() - Method in class net.freeutils.tnef.Message
Gets the charset name corresponding to the attOemCodepage attribute.
getPosition() - Method in class net.freeutils.tnef.RawInputStream
Return the current position in the InputStream, as an offset from the beginning of the underlying InputStream.
getPosition() - Method in class net.freeutils.tnef.RendData
Gets the RendData position.
getProp(int) - Method in class net.freeutils.tnef.MAPIProps
Gets a property with the given ID.
getProp(MAPIPropName) - Method in class net.freeutils.tnef.MAPIProps
Gets a property with the given name.
getProps() - Method in class net.freeutils.tnef.MAPIProps
Gets all the properties.
getPropValue(int) - Method in class net.freeutils.tnef.MAPIProps
Gets the first value of a specific MAPI property, if it exists.
getPropValue(MAPIPropName) - Method in class net.freeutils.tnef.MAPIProps
Gets the first value of a specific MAPI property, if it exists.
getRawData() - Method in class net.freeutils.tnef.Attachment
Gets the Attachment raw data.
getRawData() - Method in class net.freeutils.tnef.Attr
Gets the Attr raw data.
getRawData() - Method in class net.freeutils.tnef.MAPIValue
Gets the MAPIValue raw data.
getRawLength() - Method in class net.freeutils.tnef.MAPIPropName
Gets the raw data length (in bytes) of this instance.
getRawLength() - Method in class net.freeutils.tnef.MAPIProps
Gets the raw data length (in bytes) of this instance.
getType() - Method in class net.freeutils.tnef.Address
Gets the Address type.
getType() - Method in class net.freeutils.tnef.Attr
Gets the Attr type.
getType() - Method in class net.freeutils.tnef.MAPIProp
Gets the MAPIProp type.
getType() - Method in class net.freeutils.tnef.MAPIPropName
Gets the MAPIPropName type.
getType() - Method in class net.freeutils.tnef.MAPIValue
Gets the MAPIValue type.
getType() - Method in class net.freeutils.tnef.RendData
Gets the RendData type.
getU16(int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns an unsigned 16-bit value from little-endian ordered bytes.
getU16(byte[], int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns an unsigned 16-bit value from little-endian ordered bytes.
getU32(int, int, int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns an unsigned 32-bit value from little-endian ordered bytes.
getU32(byte[], int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns an unsigned 32-bit value from little-endian ordered bytes.
getU64(byte[], int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns a 64-bit value from little-endian ordered bytes.
getU8(byte[], int) - Static method in class net.freeutils.tnef.TNEFUtils
Returns an unsigned 8-bit value from a byte array.
getValue() - Method in class net.freeutils.tnef.Attr
Returns the value of the Attr's data.
getValue() - Method in class net.freeutils.tnef.MAPIProp
Gets the first MAPIProp value.
getValue() - Method in class net.freeutils.tnef.MAPIValue
Returns the value encapsulated by this MAPIValue.
getValues() - Method in class net.freeutils.tnef.MAPIProp
Gets the MAPIProp values.
getWidth() - Method in class net.freeutils.tnef.RendData
Gets the RendData width.
GUID - Class in net.freeutils.tnef
The GUID class encapsulates a GUID (Globally Unique IDentifier).
GUID(String) - Constructor for class net.freeutils.tnef.GUID
Constructs a GUID with the specified value.
GUID(byte[]) - Constructor for class net.freeutils.tnef.GUID
Constructs a GUID with the specified value.
GUID_CDOPROPSETID1 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID2 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID3 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID4 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID5 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID6 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.
GUID_CDOPROPSETID7 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property name GUID constant.

H

hashCode() - Method in class net.freeutils.tnef.GUID
Returns a hash code value for the object.
hashCode() - Method in class net.freeutils.tnef.MAPIPropName
Returns a hash code value for the object.

I

IID_IMESSAGE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI IID for properties of type PT_OBJECT which are supported by TNEF.
IID_ISTORAGE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI IID for properties of type PT_OBJECT which are supported by TNEF.
IID_ISTREAM - Static variable in class net.freeutils.tnef.MAPIProp
MAPI IID for properties of type PT_OBJECT which are supported by TNEF.
in - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
init() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Initializes this stream by reading the compressed RTF header data.
isTNEFMimeType(String) - Static method in class net.freeutils.tnef.TNEFUtils
Checks whether the given string contains a TNEF mime type

L

LVL_ATTACHMENT - Static variable in class net.freeutils.tnef.Attr
Attribute level constant.
LVL_MESSAGE - Static variable in class net.freeutils.tnef.Attr
Attribute level constant.

M

MAC_BINARY - Static variable in class net.freeutils.tnef.RendData
RendData type constant.
magic - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 
MAGIC_COMPRESSED - Static variable in class net.freeutils.tnef.CompressedRTFInputStream
 
MAGIC_UNCOMPRESSED - Static variable in class net.freeutils.tnef.CompressedRTFInputStream
 
main(String[]) - Static method in class net.freeutils.tnef.TNEF
Main entry point for command-line utility.
MAPI_BCC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPI_CC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPI_ORIG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPI_P1 - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPI_SUBMITTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPI_TO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI recipient type constant.
MAPIProp - Class in net.freeutils.tnef
The MAPIProp class encapsulates a MAPI property.
MAPIProp() - Constructor for class net.freeutils.tnef.MAPIProp
Constructs an empty MAPIProp.
MAPIProp(int, int, MAPIValue[]) - Constructor for class net.freeutils.tnef.MAPIProp
Constructs a MAPIProp containing the specified values.
MAPIPropName - Class in net.freeutils.tnef
The MAPIPropName class encapsulates the name of a named MAPI property.
MAPIPropName(RawInputStream) - Constructor for class net.freeutils.tnef.MAPIPropName
Constructs a MAPIPropName using the given TNEF stream.
MAPIPropName(GUID, long) - Constructor for class net.freeutils.tnef.MAPIPropName
Constructs a MAPIPropName containing given values.
MAPIPropName(GUID, String) - Constructor for class net.freeutils.tnef.MAPIPropName
Constructs a MAPIPropName containing given values
MAPIProps - Class in net.freeutils.tnef
The MAPIProps class encapsulates a collection of MAPI properties.
MAPIProps(RawInputStream) - Constructor for class net.freeutils.tnef.MAPIProps
Creates MAPIProps using the given TNEF stream.
MAPIProps(MAPIProp[]) - Constructor for class net.freeutils.tnef.MAPIProps
Creates MAPIProps using the given properties.
MAPIValue - Class in net.freeutils.tnef
The MAPIProp class encapsulates the value of a MAPI property.
MAPIValue(int, RawInputStream, int) - Constructor for class net.freeutils.tnef.MAPIValue
Constructs a MAPIValue containing a given value.
mark(int) - Method in class net.freeutils.tnef.RawInputStream
Marks the current position in this input stream.
markSupported() - Method in class net.freeutils.tnef.RawInputStream
Tests if this input stream supports the mark and reset methods.
Message - Class in net.freeutils.tnef
The Message class encapsulates a TNEF message.
Message() - Constructor for class net.freeutils.tnef.Message
Constructs an empty Message.
Message(TNEFInputStream) - Constructor for class net.freeutils.tnef.Message
Constructs a Message using the given TNEFInputStream.
MNID_ID - Static variable in class net.freeutils.tnef.MAPIPropName
MAPI property name type constant.
MNID_STRING - Static variable in class net.freeutils.tnef.MAPIPropName
MAPI property name type constant.
more() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Reads more data into the dictionary buffer.
moreCompressed() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Reads (and decompresses) more compressed data into the dictionary buffer.
moreUncompressed() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Reads more uncompressed data into the dictionary buffer.
MV_FLAG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.

N

net.freeutils.tnef - package net.freeutils.tnef
 
newStream(long, long) - Method in class net.freeutils.tnef.RawInputStream
Return a new InputStream representing a subset of the data from this InputStream, starting at start (inclusive) up to end (exclusive).

O

out - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 

P

PR_7BIT_DISPLAY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_DEFAULT_DIR - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_DEFAULT_PAB - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_PROVIDER_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_PROVIDERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_SEARCH_PATH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AB_SEARCH_PATH_UPDATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ABSTRACT - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_ACCESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ACCESS_LEVEL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ACCOUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ACKNOWLEDGEMENT_MODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ACL_DATA - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_ACL_TABLE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_ADDRESS_BOOK_DISPLAY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ALTERNATE_RECIPIENT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ALTERNATE_RECIPIENT_ALLOWED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ANR - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ASSISTANT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ASSISTANT_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ASSOC_CONTENT_COUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_ADDITIONAL_INFO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_DATA_BIN - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_DATA_OBJ - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_ENCODING - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_EXTENSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_FILENAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_LONG_FILENAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_LONG_PATHNAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_METHOD - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_MIME_TAG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_NUM - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_PATHNAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_RENDERING - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_SIZE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_TAG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACH_TRANSPORT_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ATTACHMENT_X400_PARAMETERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AUTHORIZING_USERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AUTO_FORWARD_COMMENT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AUTO_FORWARDED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_AUTO_RESPONSE_SUPPRESS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_BEEPER_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BILATERAL_INFO - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_BIRTHDAY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BODY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BODY_CRC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BODY_HTML - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS2_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_CITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_COUNTRY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_POST_OFFICE_BOX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_POSTAL_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_STATE_OR_PROVINCE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_ADDRESS_STREET - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_FAX_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_HOME_PAGE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_BUSINESS_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CALLBACK_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CAR_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CELLULAR_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CHILDRENS_NAMES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CLIENT_SUBMIT_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COMMENT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COMMON_VIEWS_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COMPANY_MAIN_PHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COMPANY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COMPUTER_NETWORK_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONFLICT_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_CONTACT_ADDRTYPES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTACT_DEFAULT_ADDRESS_INDEX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTACT_EMAIL_ADDRESSES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTACT_ENTRYIDS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTACT_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTAINER_CLASS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTAINER_CONTENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTAINER_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTAINER_HIERARCHY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTAINER_MODIFY_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_CONFIDENTIALITY_ALGORITHM_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_CORRELATOR - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_COUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_IDENTIFIER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_INTEGRITY_CHECK - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_LENGTH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_RETURN_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENT_UNREAD - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTENTS_SORT_ORDER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTROL_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTROL_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTROL_STRUCTURE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONTROL_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSATION_INDEX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSATION_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSATION_TOPIC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSION_EITS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSION_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERSION_WITH_LOSS_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CONVERTED_EITS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CORRELATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CORRELATE_MTSID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_COUNTRY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CREATE_TEMPLATES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CREATION_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CREATION_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CREATOR_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_CREATOR_NAME - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_CURRENT_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_CUSTOMER_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEF_CREATE_DL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEF_CREATE_MAILUSER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEFAULT_PROFILE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEFAULT_STORE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEFAULT_VIEW_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEFERRED_DELIVERY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEFERRED_SEND_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DEFERRED_SEND_TIME - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DEFERRED_SEND_UNITS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DELEGATED_BY_RULE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DELEGATION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DELETE_AFTER_SUBMIT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DELIVER_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DELIVERY_POINT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DELTAX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DELTAY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEPARTMENT_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DEPTH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DESIGN_IN_PROGRESS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DETAILS_TABLE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISABLE_FULL_FIDELITY - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_DISC_VAL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISCARD_REASON - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISCLOSE_RECIPIENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISCLOSURE_OF_RECIPIENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISCRETE_VALUES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_BCC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_CC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_NAME_PREFIX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_TO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DISPLAY_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DL_EXPANSION_HISTORY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DL_EXPANSION_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_DL_REPORT_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_EFORMS_LOCALE_ID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_EMS_AB_DISPLAY_NAME_PRINTABLE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_END_DATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_EXCESS_STORAGE_USED - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_EXPIRY_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_EXPIRY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_EXPIRY_UNITS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_EXPLICIT_CONVERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_EXTENDED_ACL_DATA - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_FILTERING_HOOKS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FINDER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FOLDER_ASSOCIATED_CONTENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FOLDER_DESIGN_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_FOLDER_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_CATEGORY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_CATEGORY_SUB - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_CLSID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_CONTACT_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_DESIGNER_GUID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_DESIGNER_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_HIDDEN - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_HOST_MAP - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_MESSAGE_BEHAVIOR - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FORM_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_FTP_SITE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_GENDER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_GENERATION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_GIVEN_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_GOVERNMENT_ID_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HAS_DAMS - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_HASATTACH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HEADER_FOLDER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOBBIES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME2_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_CITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_COUNTRY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_POST_OFFICE_BOX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_POSTAL_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_STATE_OR_PROVINCE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_ADDRESS_STREET - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_FAX_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HOME_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_HTML - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ICON - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IDENTITY_DISPLAY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IDENTITY_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IDENTITY_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IMPLICIT_CONVERSION_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IMPORTANCE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_INCOMPLETE_COPY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_INITIAL_DETAILS_PANE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_INITIALS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_INSTANCE_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_INTERNET_CPID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_IPM_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_OUTBOX_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_OUTBOX_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_RETURN_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_SENTMAIL_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_SENTMAIL_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_SUBTREE_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_SUBTREE_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_WASTEBASKET_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_IPM_WASTEBASKET_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ISDN_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_KEYWORD - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LANGUAGE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LANGUAGES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LAST_MODIFICATION_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LAST_MODIFIER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_LAST_MODIFIER_NAME - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_LATEST_DELIVERY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LOCALITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_LOCATION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MAIL_PERMISSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MANAGER_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MAPPING_SIGNATURE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MDB_PROVIDER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MEMBER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MESSAGE_ATTACHMENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_CC_ME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_CLASS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_CODEPAGE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MESSAGE_DELIVERY_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_DELIVERY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_DOWNLOAD_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_LOCALE_ID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MESSAGE_RECIP_ME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_RECIPIENTS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_SECURITY_LABEL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_SIZE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_SIZE_EXTENDED - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MESSAGE_SUBMISSION_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_TO_ME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MESSAGE_TOKEN - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MHS_COMMON_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MIDDLE_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MINI_ICON - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MOBILE_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MODIFY_VERSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MOVE_TO_FOLDER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MOVE_TO_STORE_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MSG_BODY_ID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MSG_STATUS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_MTS_ID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_MTS_REPORT_ID - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_NDR_DIAG_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_NDR_REASON_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_NICKNAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_NON_RECEIPT_NOTIFICATION_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_NON_RECEIPT_REASON - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_NORMALIZED_SUBJECT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OBJECT_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OBSOLETED_IPMS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OFFICE2_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OFFICE_LOCATION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OFFICE_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORGANIZATIONAL_ID_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIG_MESSAGE_CLASS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGIN_CHECK - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_AUTHOR_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_AUTHOR_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_AUTHOR_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_AUTHOR_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_AUTHOR_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_DELIVERY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_DISPLAY_BCC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_DISPLAY_CC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_DISPLAY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_DISPLAY_TO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_EITS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENDER_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENDER_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENDER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENDER_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENDER_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENSITIVITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENT_REPRESENTING_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENT_REPRESENTING_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENT_REPRESENTING_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SENT_REPRESENTING_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SUBJECT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINAL_SUBMIT_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINALLY_INTENDED_RECIP_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINALLY_INTENDED_RECIP_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINALLY_INTENDED_RECIP_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINALLY_INTENDED_RECIPIENT_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATING_MTA_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_AND_DL_EXPANSION_HISTORY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_DELIVERY_REPORT_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_NON_DELIVERY_REPORT_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_REQUESTED_ALTERNATE_RECIPIENT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ORIGINATOR_RETURN_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_CITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_COUNTRY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_POST_OFFICE_BOX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_POSTAL_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_STATE_OR_PROVINCE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_ADDRESS_STREET - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OTHER_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OWA_URL - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_OWN_STORE_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_OWNER_APPT_ID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_P1_CONTENT - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_P1_CONTENT_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_PAGER_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PARENT_DISPLAY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PARENT_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PARENT_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PERSONAL_HOME_PAGE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_DELIVERY_BUREAU_FAX_DELIVERY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_DELIVERY_MODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_DELIVERY_REPORT_REQUEST - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_FORWARDING_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_FORWARDING_ADDRESS_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_FORWARDING_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PHYSICAL_RENDITION_ATTRIBUTES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_POST_OFFICE_BOX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_POSTAL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_POSTAL_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PREFERRED_BY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PREPROCESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PREVIEW - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_PREVIEW_UNREAD - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_PRIMARY_CAPABILITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PRIMARY_FAX_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PRIMARY_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PRIORITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROFESSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROFILE_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROOF_OF_DELIVERY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROOF_OF_DELIVERY_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROOF_OF_SUBMISSION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROOF_OF_SUBMISSION_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROVIDER_DISPLAY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROVIDER_DLL_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROVIDER_ORDINAL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROVIDER_SUBMIT_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PROVIDER_UID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_PUBLISH_IN_ADDRESS_BOOK - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_RADIO_TELEPHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RCVD_REPRESENTING_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RCVD_REPRESENTING_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RCVD_REPRESENTING_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RCVD_REPRESENTING_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RCVD_REPRESENTING_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_READ_RECEIPT_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_READ_RECEIPT_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_READ_RECEIPT_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIPT_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVE_FOLDER_SETTINGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVED_BY_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVED_BY_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVED_BY_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVED_BY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECEIVED_BY_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECIPIENT_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECIPIENT_NUMBER_FOR_ADVICE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECIPIENT_REASSIGNMENT_PROHIBITED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECIPIENT_STATUS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECIPIENT_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RECORD_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REDIRECTION_HISTORY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REGISTERED_MAIL_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RELATED_IPMS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REMOTE_PROGRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REMOTE_PROGRESS_TEXT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REMOTE_VALIDATE_OK - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RENDERING_POSITION - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPLY_RECIPIENT_ENTRIES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPLY_RECIPIENT_NAMES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPLY_RECIPIENT_SMTP_PROXIES - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_REPLY_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPLY_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_TAG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_TEXT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORT_TIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORTING_DL_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REPORTING_MTA_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_REQUESTED_DELIVERY_METHOD - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESOLVE_METHOD - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_RESOURCE_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESOURCE_METHODS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESOURCE_PATH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESOURCE_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESPONSE_REQUESTED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RESPONSIBILITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RETURNED_IPM - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ROW_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_ROWID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_COMPRESSED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_IN_SYNC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_SYNC_BODY_COUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_SYNC_BODY_CRC - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_SYNC_BODY_TAG - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_SYNC_PREFIX_COUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RTF_SYNC_TRAILING_COUNT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_RULE_TRIGGER_HISTORY - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_RULES_DATA - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_RULES_TABLE - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_SEARCH - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SECURE_ORIGINATION - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_SECURITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SELECTABLE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SEND_RICH_INFO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENDER_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENDER_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENDER_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENDER_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENDER_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENSITIVITY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENT_REPRESENTING_ADDRTYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENT_REPRESENTING_EMAIL_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENT_REPRESENTING_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENT_REPRESENTING_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENT_REPRESENTING_SEARCH_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SENTMAIL_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_DELETE_FILES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_DLL_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_ENTRY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_EXTRA_UIDS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_SUPPORT_FILES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICE_UID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SERVICES - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SPOOLER_STATUS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SPOUSE_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_START_DATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STATE_OR_PROVINCE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STATUS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STATUS_CODE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STATUS_STRING - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STORAGE_QUOTA_LIMIT - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_STORE_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STORE_PROVIDERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STORE_RECORD_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STORE_STATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STORE_SUPPORT_MASK - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_STREET_ADDRESS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUBFOLDERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUBJECT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUBJECT_IPM - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUBJECT_PREFIX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUBMIT_FLAGS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SUPPLEMENTARY_INFO - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SURNAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_SVR_GENERATING_QUOTA_MSG - Static variable in class net.freeutils.tnef.MAPIProp
Exchange property ID constant.
PR_TELEX_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TEMPLATEID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TITLE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TNEF_CORRELATION_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TRANSMITABLE_DISPLAY_NAME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TRANSPORT_KEY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TRANSPORT_MESSAGE_HEADERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TRANSPORT_PROVIDERS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TRANSPORT_STATUS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TTYTDD_PHONE_NUMBER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_TYPE_OF_MTS_USER - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_USER_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_USER_X509_CERTIFICATE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_VALID_FOLDER_MASK - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_VIEWS_ENTRYID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_WEDDING_ANNIVERSARY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_X400_CONTENT_TYPE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_X400_DEFERRED_DELIVERY_CANCEL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_XPOS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PR_YPOS - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
prioHigh - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message priority constant.
prioLow - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message priority constant.
prioNorm - Static variable in class net.freeutils.tnef.TNEFConstants
TNEF message priority constant.
PROP_ID_SECURE_MAX - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PROP_ID_SECURE_MIN - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property ID constant.
PT_APPTIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_BINARY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_BOOLEAN - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_CLSID - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_CURRENCY - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_DOUBLE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_ERROR - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_FLOAT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_INT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_INT8BYTE - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_NULL - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_OBJECT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_SHORT - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_STRING - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_SYSTIME - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_UNICODE_STRING - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.
PT_UNSPECIFIED - Static variable in class net.freeutils.tnef.MAPIProp
MAPI property type constant.

R

RawInputStream - Class in net.freeutils.tnef
The RawInputStream class is an InputStream which can provide raw byte data from several underlying sources, including a byte array, a partial section of a byte array, a file, a partial section of a file, another RawInputStream, or a partial section of another RawInputStream.
RawInputStream(byte[], long, long) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a byte array.
RawInputStream(byte[]) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a byte array.
RawInputStream(String, long, long) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a file.
RawInputStream(String) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a file.
RawInputStream(File) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a file.
RawInputStream(File, long, long) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from a file.
RawInputStream(RawInputStream) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from another RawInputStream.
RawInputStream(RawInputStream, long, long) - Constructor for class net.freeutils.tnef.RawInputStream
Constructs a RawInputStream which provides data from another RawInputStream.
read(RawInputStream) - Method in class net.freeutils.tnef.Attr
Reads this attribute's data from the given RawInputStream.
read() - Method in class net.freeutils.tnef.CompressedRTFInputStream
Reads the next byte of data from the input stream.
read(byte[], int, int) - Method in class net.freeutils.tnef.CompressedRTFInputStream
Reads up to len bytes of data from the input stream into an array of bytes.
read(TNEFInputStream) - Method in class net.freeutils.tnef.Message
Reads all Message contents from the given TNEFInputStream.
read() - Method in class net.freeutils.tnef.RawInputStream
Reads the next byte of data from the input stream.
read(InputStream, byte[], int, int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Reads bytes from a stream.
readAttr() - Method in class net.freeutils.tnef.TNEFInputStream
Reads a TNEF attribute from the stream.
readBytes(int) - Method in class net.freeutils.tnef.RawInputStream
Reads a given number of bytes from the stream.
readString(int) - Method in class net.freeutils.tnef.RawInputStream
Reads a C-style null terminated byte sequence from the stream, as a standard String.
readStringUnicode(int) - Method in class net.freeutils.tnef.RawInputStream
Reads a C-style null terminated Unicode byte sequence from the stream, as a standard String.
readU16() - Method in class net.freeutils.tnef.RawInputStream
Reads an unsigned 16-bit value (little-endian ordered) from the stream.
readU16() - Method in class net.freeutils.tnef.TNEFInputStream
Reads a 16-bit unsigned value from the stream.
readU32() - Method in class net.freeutils.tnef.RawInputStream
Reads an unsigned 32-bit value (little-endian ordered) from the stream.
readU32() - Method in class net.freeutils.tnef.TNEFInputStream
Reads a 32-bit unsigned value from the stream.
readU64() - Method in class net.freeutils.tnef.RawInputStream
Reads a 64-bit value (little-endian ordered) from the stream.
readU8() - Method in class net.freeutils.tnef.RawInputStream
Reads an unsigned 8-bit value from the stream.
readU8() - Method in class net.freeutils.tnef.TNEFInputStream
Reads an 8-bit unsigned value from the stream.
removeTerminatingNulls(String) - Static method in class net.freeutils.tnef.TNEFUtils
Removes all null characters ('\0') from the end of a given String.
RendData - Class in net.freeutils.tnef
The RendData class encapsulates a TNEF attachment's rendering data.
RendData(RawInputStream) - Constructor for class net.freeutils.tnef.RendData
Constructs a RendData using the given TNEF stream.
RendData(int, long, int, int, long) - Constructor for class net.freeutils.tnef.RendData
Constructs a RendData containing the specified values.
replace(String, String, String) - Static method in class net.freeutils.tnef.TNEFUtils
Replaces all occurrences of given substring within string with a replacement string.
reset() - Method in class net.freeutils.tnef.RawInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.

S

setAttachments(List) - Method in class net.freeutils.tnef.Message
Sets the Message attachments.
setAttributes(List) - Method in class net.freeutils.tnef.Attachment
Sets the Attachment attributes.
setAttributes(List) - Method in class net.freeutils.tnef.Message
Sets the Message attributes.
setFilename(String) - Method in class net.freeutils.tnef.Attachment
Sets the Attachment filename.
setMAPIProps(MAPIProps) - Method in class net.freeutils.tnef.Attachment
Sets this Attachment's MAPI properties.
setName(MAPIPropName) - Method in class net.freeutils.tnef.MAPIProp
Sets the MAPIProp name.
setNestedMessage(Message) - Method in class net.freeutils.tnef.Attachment
Sets the Attachment nested message.
setRawData(RawInputStream) - Method in class net.freeutils.tnef.Attachment
Sets the Attachment raw data.
skip(long) - Method in class net.freeutils.tnef.RawInputStream
Skips over and discards n bytes of data from this input stream.

T

TNEF - Class in net.freeutils.tnef
The TNEF class provides high-level utility methods to access TNEF streams and extract their contents.
TNEF() - Constructor for class net.freeutils.tnef.TNEF
 
TNEF_SIGNATURE - Static variable in class net.freeutils.tnef.TNEFConstants
General TNEF constant.
TNEF_VERSION - Static variable in class net.freeutils.tnef.TNEFConstants
General TNEF constant.
TNEFConstants - Class in net.freeutils.tnef
The TNEFConstants class contains general TNEF related constants.
TNEFConstants() - Constructor for class net.freeutils.tnef.TNEFConstants
 
TNEFInputStream - Class in net.freeutils.tnef
The TNEFInputStream class provides low-level access to a TNEF stream.
TNEFInputStream(InputStream) - Constructor for class net.freeutils.tnef.TNEFInputStream
Constructs a TNEFInputStream whose content is retrieved from the given InputStream.
TNEFInputStream(File) - Constructor for class net.freeutils.tnef.TNEFInputStream
Constructs a TNEFInputStream whose content is retrieved from the given File.
TNEFInputStream(String) - Constructor for class net.freeutils.tnef.TNEFInputStream
Constructs a TNEFInputStream whose content is retrieved from the given file.
TNEFUtils - Class in net.freeutils.tnef
The TNEFUtils class provides utility methods used by the TNEF processing classes.
TNEFUtils() - Constructor for class net.freeutils.tnef.TNEFUtils
 
toByteArray() - Method in class net.freeutils.tnef.GUID
Returns the GUID as a 16-byte array.
toByteArray(int) - Method in class net.freeutils.tnef.RawInputStream
Gets the raw data as a byte array, starting at the current position and ending either at the end of the stream, or after the given maximum number of bytes, whichever comes first.
toByteArray() - Method in class net.freeutils.tnef.RawInputStream
Gets the raw data as a byte array, starting at the current position and ending at the end of the stream.
toGUID(String) - Static method in class net.freeutils.tnef.TNEFUtils
Deprecated.
use the GUID class for GUID manipulation
toHexString(byte[]) - Static method in class net.freeutils.tnef.TNEFUtils
Creates a String containing the hexadecimal representation of the given bytes.
toHexString(byte[], int) - Static method in class net.freeutils.tnef.TNEFUtils
Creates a String containing the hexadecimal representation of the given bytes.
toHexString(byte[], int, int, int) - Static method in class net.freeutils.tnef.TNEFUtils
Creates a String containing the hexadecimal representation of the given bytes.
toString() - Method in class net.freeutils.tnef.Address
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.Attachment
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.Attr
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.GUID
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.MAPIProp
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.MAPIPropName
Returns a string representation of the object.
toString() - Method in class net.freeutils.tnef.MAPIValue
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.Message
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.RawInputStream
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.RendData
Returns a string representation of this object.
toString() - Method in class net.freeutils.tnef.TRPAddress
Returns a string representation of this object.
TRPAddress - Class in net.freeutils.tnef
The TRPAddress class encapsulates a TRP-formatted address used in some TNEF message attributes.
TRPAddress(RawInputStream) - Constructor for class net.freeutils.tnef.TRPAddress
Constructs a TRPAddress using the given TNEF stream.
TRPAddress(int, String, String, String) - Constructor for class net.freeutils.tnef.TRPAddress
Constructs a TRPAddress containing the specified values.
trpidClassEntry - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidGroupNSID - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidIgnore - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidNull - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidOffline - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidOneOff - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidResolvedAddress - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidResolvedGroupAddress - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidResolvedNSID - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.
trpidUnresolved - Static variable in class net.freeutils.tnef.TRPAddress
TRP Address ID constant.

U

uncompressedSize - Variable in class net.freeutils.tnef.CompressedRTFInputStream
 

W

writeTo(String) - Method in class net.freeutils.tnef.Attachment
Writes the content of this attachment to a file.
writeTo(OutputStream) - Method in class net.freeutils.tnef.Attachment
Writes the content of this attachment to a stream.
A B C D E F G H I L M N O P R S T U W