| TnefPropertyTagIsMultiValued Property |
Get a value indicating whether or not the property contains multiple values.
Namespace: MimeKit.TnefAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool IsMultiValued { get; }
Property Value
Booleantrue if the property contains multiple values; otherwise,
false.
Remarks
Gets a value indicating whether or not the property contains multiple values.
See Also