TnefWriter.WritePropertyValue Method (Int64)
The WritePropertyValue method writes a long integer property value and then ends it.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Long _
)
'Usage
Dim instance As TnefWriter
Dim value As Long
instance.WritePropertyValue(value)
public void WritePropertyValue(
long value
)
Parameters
- value
Type: System.Int64
A long integer to write.