Share via


TnefPropertyReader.ReadValueAsInt16 method

The ReadValueAsInt16 method reads the current property value and returns it as a short integer.

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

Syntax

'Declaration
Public Function ReadValueAsInt16 As Short
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Short

returnValue = instance.ReadValueAsInt16()
public short ReadValueAsInt16()

Return value

Type: System.Int16

See also

Reference

TnefPropertyReader structure

TnefPropertyReader members

Microsoft.Exchange.Data.ContentTypes.Tnef namespace