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