Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsString Method

Read the value as a string.

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

Return Value

String
The value as a string.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a string.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads any string or binary blob values as a string.
See Also