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 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.Int64A long integer to write.