Creates a new TNEF property reader for a TNEF reader.
the TNEF reader.
Gets the current property tag.
Gets the current property name identifier.
Gets the raw value stream offset.
Gets the length of the raw value.
Gets the property count.
Gets the value count.
Gets the row count.
Gets or sets the current attachment method.
Gets whether the current property is an embedded TNEF message.
Gets whether the current property has multiple values.
Gets whether the current property is a named property.
Gets whether the current property contains object values.
Gets the type of the current value.
Get a TNEF reader for the current embedded message value.
the embedded TNEF message reader.
Read the next property.
true if there is another property available to read; otherwise, false.
Read the next row.
true if there is another row available to read; otherwise, false.
Read the next value.
true if there is another value available to read; otherwise, false.
Read bytes from the current raw value.
the buffer to read data into.
the offset into the buffer to start reading data.
the number of bytes to read.
the number of bytes read into the buffer.
Read characters from the current text value.
the buffer to read data into.
the offset into the buffer to start reading data.
the number of characters to read.
the number of characters read into the buffer.
Read the current value as a URL or relative URI string.
the value as a URL, a relative URI string, or null.
Load property reader state for the current attribute.
A TNEF property reader.