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