TnefPropertyReader Members
The TnefPropertyReader class is a nested reader that reads individual properties from a TNEF attribute or a recipient row.
The following tables list the members exposed by the TnefPropertyReader type.
Public Properties
| Name | Description | |
|---|---|---|
| .gif) | IsComputedProperty | The IsComputedProperty property returns a Boolean value indicating whether the current property is computed. | 
| .gif) | IsEmbeddedMessage | The IsEmbeddedMessage property returns a Boolean value indicating whether the current property represents an embedded message. | 
| .gif) | IsLargeValue | The IsLargeValue property returns a Boolean value indicating whether the current property contains a large value. | 
| .gif) | IsMultiValuedProperty | The IsMultiValuedProperty property returns a Boolean value indicating whether the current property has more than one value. | 
| .gif) | IsNamedProperty | The IsNamedProperty property returns a Boolean value indicating whether the current property is named. | 
| .gif) | IsObjectProperty | The IsObjectProperty property returns a Boolean value indicating whether the current property represents an object. | 
| .gif) | ObjectIid | The ObjectIid property returns a GUID identifying an object specified by a property. | 
| .gif) | PropertyCount | The PropertyCount property returns an integer representing the number of properties in the TNEF stream. | 
| .gif) | PropertyNameId | The PropertyNameId property returns a TnefNameId structure identifying the current TNEF property. | 
| .gif) | PropertyTag | The PropertyTag property returns a TnefPropertyTag structure indicating the MAPI property to which the current TNEF property corresponds. | 
| .gif) | RawValueLength | The RawValueLength property returns an integer representing the length, in bytes, of the current property. | 
| .gif) | RawValueStreamOffset | The RawValueStreamOffset property returns an integer that indicates the stream offset of the current property. | 
| .gif) | RowCount | The RowCount property returns an integer indicating the number of rows in the current RecipientTable attribute. | 
| .gif) | ValueCount | The ValueCount property returns an integer indicating the number of values in the current property. | 
| .gif) | ValueType | The ValueType property returns the type of the current TNEF property. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from ValueType ) | 
| .gif) | GetEmbeddedMessageReader | The GetEmbeddedMessageReader method returns a TnefReader for reading the current embedded message. | 
| .gif) | GetHashCode | (inherited from ValueType ) | 
| .gif) | GetRawValueReadStream | The GetRawValueReadStream method returns a stream that can read the raw value of the property. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) | ReadNextProperty | The ReadNextProperty method moves to the next property. | 
| .gif) | ReadNextRow | The ReadNextRow method moves to the next row in the current RecipientTable attribute. | 
| .gif) | ReadNextValue | The ReadNextValue method moves to the next value in the current property. | 
| .gif) | ReadRawValue | The ReadRawValue method reads the raw value of the current attribute value. | 
| .gif) | ReadTextValue | The ReadTextValue method reads the current attribute value. | 
| .gif) | ReadValue | The ReadValue method returns the current property value as an object, boxing value types in the process. | 
| .gif) | ReadValueAsBoolean | The ReadValueAsBoolean method returns a Boolean value representing the current property value as a true or false value. | 
| .gif) | ReadValueAsBytes | The ReadValueAsBytes method reads the current property value and returns it in a byte array. | 
| .gif) | ReadValueAsDateTime | The ReadValueAsDateTime method reads and returns the current property value as a DateTime object. | 
| .gif) | ReadValueAsDouble | The ReadValueAsDouble method reads the current property value and returns it as a double-precision floating point number. | 
| .gif) | ReadValueAsFloat | The ReadValueAsFloat method reads the current property value and returns it as a floating point number. | 
| .gif) | ReadValueAsGuid | The ReadValueAsGuid reads the current property value and returns it as a GUID object. | 
| .gif) | ReadValueAsInt16 | The ReadValueAsInt16 method reads the current property value and returns it as a short integer. | 
| .gif) | ReadValueAsInt32 | The ReadValueAsInt32 method reads the current property value and returns it as a 32-bit integer. | 
| .gif) | ReadValueAsInt64 | The ReadValueAsInt64 method reads the current property value and returns it as a 64-bit integer. | 
| .gif) | ReadValueAsString | The ReadValueAsString method reads the current property value and returns it as a string. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from ValueType ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top