TnefWriter.WritePropertyValue method (Double)
The WritePropertyValue method writes a double precision floating point 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 Double _
)
'Usage
Dim instance As TnefWriter
Dim value As Double
instance.WritePropertyValue(value)
public void WritePropertyValue(
double value
)
Parameters
value
Type: System.DoubleA double precision floating point value to write.