TnefPropertyTag.IsMultiValued Property
The IsMultiValued property gets a Boolean value indicating whether this TnefPropertyTag contains more than one value.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsMultiValued As Boolean
Get
'Usage
Dim instance As TnefPropertyTag
Dim value As Boolean
value = instance.IsMultiValued
public bool IsMultiValued { get; }
Property Value
Type: System.Boolean