Click or drag to resize
MimeKit

TnefPropertyReaderIsMultiValuedProperty Property

Get a value indicating whether or not the current property has multiple values.

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

Property Value

Boolean
true if the current property has multiple values; otherwise, false.
Remarks
Gets a value indicating whether or not the current property has multiple values.
See Also