TnefPropertyReader.ReadValueAsInt32 method
The ReadValueAsInt32 method reads the current property value and returns it as a 32-bit integer.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Function ReadValueAsInt32 As Integer
'Usage
Dim instance As TnefPropertyReader
Dim returnValue As Integer
returnValue = instance.ReadValueAsInt32()
public int ReadValueAsInt32()
Return value
Type: System.Int32