TnefWriter.WritePropertyValue Method (Int16)
The WritePropertyValue method writes a short integer 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 Short _
)
'Usage
Dim instance As TnefWriter
Dim value As Short
instance.WritePropertyValue(value)
public void WritePropertyValue(
short value
)
Parameters
- value
Type: System.Int16
A short integer value to write.