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