![]() | Tnef |
public class TnefPropertyReader
The TnefPropertyReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsEmbeddedMessage | Get a value indicating whether the current property is an embedded TNEF message. |
![]() | IsMultiValuedProperty | Get a value indicating whether the current property has multiple values. |
![]() | IsNamedProperty | Get a value indicating whether the current property is a named property. |
![]() | IsObjectProperty | Get a value indicating whether the current property contains object values. |
![]() | PropertyCount | Get the number of properties available. |
![]() | PropertyNameId | Get the property name identifier. |
![]() | PropertyTag | Get the property tag. |
![]() | RawValueLength | Get the length of the raw value. |
![]() | RawValueStreamOffset | Get the raw value stream offset. |
![]() | RowCount | Get the number of table rows available. |
![]() | ValueCount | Get the number of values available. |
![]() | ValueType | Get the type of the value. |
Name | Description | |
---|---|---|
![]() | Equals |
Determine whether the specified Object is equal to the current TnefPropertyReader.
(Overrides ObjectEquals(Object)) |
![]() | Finalize | (Inherited from Object) |
![]() | GetEmbeddedMessageReader | Get the embedded TNEF message reader. |
![]() | GetHashCode |
Serves as a hash function for a TnefPropertyReader object.
(Overrides ObjectGetHashCode) |
![]() | GetRawValueReadStream | Get the raw value of the attribute or property as a stream. |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | ReadNextProperty | Advance to the next MAPI property. |
![]() | ReadNextRow | Advance to the next table row of properties. |
![]() | ReadNextValue | Advance to the next value in the TNEF stream. |
![]() | ReadRawValue | Read the raw attribute or property value as a sequence of bytes. |
![]() | ReadTextValue | Read the raw attribute or property value as a sequence of unicode characters. |
![]() | ReadValue | Read the value. |
![]() | ReadValueAsBoolean | Read the value as a boolean. |
![]() | ReadValueAsBytes | Read the value as a byte array. |
![]() | ReadValueAsDateTime | Read the value as a date and time. |
![]() | ReadValueAsDouble | Read the value as a double. |
![]() | ReadValueAsFloat | Read the value as a float. |
![]() | ReadValueAsGuid | Read the value as a GUID. |
![]() | ReadValueAsInt16 | Read the value as a 16-bit integer. |
![]() | ReadValueAsInt32 | Read the value as a 32-bit integer. |
![]() | ReadValueAsInt64 | Read the value as a 64-bit integer. |
![]() | ReadValueAsString | Read the value as a string. |
![]() | ToString | (Inherited from Object) |