Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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