Click or drag to resize
MimeKit

TnefPropertyReaderGetRawValueReadStream Method

Get the raw value of the attribute or property as a stream.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public Stream GetRawValueReadStream()

Return Value

Stream
The raw value stream.
Exceptions
ExceptionCondition
InvalidOperationException The property does not contain any more values.
Remarks
Gets the raw value of the attribute or property as a stream.
See Also