Share via


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

See also

Reference

TnefWriter class

TnefWriter members

WritePropertyValue overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace