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 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