TnefPropertyReader.IsLargeValue property
The IsLargeValue property returns a Boolean value indicating whether the current property contains a large value.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property IsLargeValue As Boolean
Get
'Usage
Dim instance As TnefPropertyReader
Dim value As Boolean
value = instance.IsLargeValue
public bool IsLargeValue { get; }
Property value
Type: System.Boolean