Click or drag to resize
MimeKit

TnefPropertyReader Methods

The TnefPropertyReader type exposes the following members.

Methods
 NameDescription
Public methodEquals Determine whether the specified Object is equal to the current TnefPropertyReader.
(Overrides ObjectEquals(Object))
Protected methodFinalize
(Inherited from Object)
Public methodGetEmbeddedMessageReader Get the embedded TNEF message reader.
Public methodGetHashCode Serves as a hash function for a TnefPropertyReader object.
(Overrides ObjectGetHashCode)
Public methodGetRawValueReadStream Get the raw value of the attribute or property as a stream.
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodReadNextProperty Advance to the next MAPI property.
Public methodReadNextRow Advance to the next table row of properties.
Public methodReadNextValue Advance to the next value in the TNEF stream.
Public methodReadRawValue Read the raw attribute or property value as a sequence of bytes.
Public methodReadTextValue Read the raw attribute or property value as a sequence of unicode characters.
Public methodReadValue Read the value.
Public methodReadValueAsBoolean Read the value as a boolean.
Public methodReadValueAsBytes Read the value as a byte array.
Public methodReadValueAsDateTime Read the value as a date and time.
Public methodReadValueAsDouble Read the value as a double.
Public methodReadValueAsFloat Read the value as a float.
Public methodReadValueAsGuid Read the value as a GUID.
Public methodReadValueAsInt16 Read the value as a 16-bit integer.
Public methodReadValueAsInt32 Read the value as a 32-bit integer.
Public methodReadValueAsInt64 Read the value as a 64-bit integer.
Public methodReadValueAsString Read the value as a string.
Public methodToString
(Inherited from Object)
Top
See Also