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

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace