Click or drag to resize
MimeKit

TnefPropertyReaderReadValueAsGuid Method

Read the value as a GUID.

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

Return Value

Guid
The value as a GUID.
Exceptions
ExceptionCondition
InvalidOperationException There are no more values to read or the value could not be read as a GUID.
EndOfStreamException The TNEF stream is truncated and the value could not be read.
Remarks
Reads any Class ID value as a GUID.
See Also