TnefPropertyReader.ReadValueAsBoolean method

The ReadValueAsBoolean method returns a Boolean value representing the current property value as a true or false value.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function ReadValueAsBoolean As Boolean
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Boolean

returnValue = instance.ReadValueAsBoolean()
public bool ReadValueAsBoolean()

Return value

Type: System.Boolean

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace