Share via


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
Aa564096.pubproperty(en-us,EXCHG.80).gif IsComputedProperty The IsComputedProperty property returns a Boolean value indicating whether the current property is computed.
Aa564096.pubproperty(en-us,EXCHG.80).gif IsEmbeddedMessage The IsEmbeddedMessage property returns a Boolean value indicating whether the current property represents an embedded message.
Aa564096.pubproperty(en-us,EXCHG.80).gif IsLargeValue The IsLargeValue property returns a Boolean value indicating whether the current property contains a large value.
Aa564096.pubproperty(en-us,EXCHG.80).gif IsMultiValuedProperty The IsMultiValuedProperty property returns a Boolean value indicating whether the current property has more than one value.
Aa564096.pubproperty(en-us,EXCHG.80).gif IsNamedProperty The IsNamedProperty property returns a Boolean value indicating whether the current property is named.
Aa564096.pubproperty(en-us,EXCHG.80).gif IsObjectProperty The IsObjectProperty property returns a Boolean value indicating whether the current property represents an object.
Aa564096.pubproperty(en-us,EXCHG.80).gif ObjectIid The ObjectIid property returns a GUID identifying an object specified by a property.
Aa564096.pubproperty(en-us,EXCHG.80).gif PropertyCount The PropertyCount property returns an integer representing the number of properties in the TNEF stream.
Aa564096.pubproperty(en-us,EXCHG.80).gif PropertyNameId The PropertyNameId property returns a TnefNameId structure identifying the current TNEF property.
Aa564096.pubproperty(en-us,EXCHG.80).gif PropertyTag The PropertyTag property returns a TnefPropertyTag structure indicating the MAPI property to which the current TNEF property corresponds.
Aa564096.pubproperty(en-us,EXCHG.80).gif RawValueLength The RawValueLength property returns an integer representing the length, in bytes, of the current property.
Aa564096.pubproperty(en-us,EXCHG.80).gif RawValueStreamOffset The RawValueStreamOffset property returns an integer that indicates the stream offset of the current property.
Aa564096.pubproperty(en-us,EXCHG.80).gif RowCount The RowCount property returns an integer indicating the number of rows in the current RecipientTable attribute.
Aa564096.pubproperty(en-us,EXCHG.80).gif ValueCount The ValueCount property returns an integer indicating the number of values in the current property.
Aa564096.pubproperty(en-us,EXCHG.80).gif ValueType The ValueType property returns the type of the current TNEF property.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa564096.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa564096.pubmethod(en-us,EXCHG.80).gif GetEmbeddedMessageReader The GetEmbeddedMessageReader method returns a TnefReader for reading the current embedded message.
Aa564096.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa564096.pubmethod(en-us,EXCHG.80).gif GetRawValueReadStream The GetRawValueReadStream method returns a stream that can read the raw value of the property.
Aa564096.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadNextProperty The ReadNextProperty method moves to the next property.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadNextRow The ReadNextRow method moves to the next row in the current RecipientTable attribute.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadNextValue The ReadNextValue method moves to the next value in the current property.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadRawValue The ReadRawValue method reads the raw value of the current attribute value.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadTextValue The ReadTextValue method reads the current attribute value.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValue The ReadValue method returns the current property value as an object, boxing value types in the process.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsBoolean The ReadValueAsBoolean method returns a Boolean value representing the current property value as a true or false value.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsBytes The ReadValueAsBytes method reads the current property value and returns it in a byte array.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsDateTime The ReadValueAsDateTime method reads and returns the current property value as a DateTime object.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsDouble The ReadValueAsDouble method reads the current property value and returns it as a double-precision floating point number.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsFloat The ReadValueAsFloat method reads the current property value and returns it as a floating point number.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsGuid The ReadValueAsGuid reads the current property value and returns it as a GUID object.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsInt16 The ReadValueAsInt16 method reads the current property value and returns it as a short integer.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsInt32 The ReadValueAsInt32 method reads the current property value and returns it as a 32-bit integer.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsInt64 The ReadValueAsInt64 method reads the current property value and returns it as a 64-bit integer.
Aa564096.pubmethod(en-us,EXCHG.80).gif ReadValueAsString The ReadValueAsString method reads the current property value and returns it as a string.
Aa564096.pubmethod(en-us,EXCHG.80).gifAa564096.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa564096.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
Aa564096.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa564096.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top