Click or drag to resize
MimeKit

TnefPropertyTagIsTnefTypeValid Property

Get a value indicating whether the property value type is valid.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool IsTnefTypeValid { get; }

Property Value

Boolean
true if the property value type is valid; otherwise, false.
Remarks
Gets a value indicating whether the property value type is valid.
See Also