Click or drag to resize
MimeKit

TnefPropertyTag.IsMultiValued Property

Get a value indicating whether the property contains multiple values.

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

Property Value

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