Share via


TnefWriter.WritePropertyValue method (Int32)

The WritePropertyValue method writes an 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 Integer _
)
'Usage
Dim instance As TnefWriter
Dim value As Integer

instance.WritePropertyValue(value)
public void WritePropertyValue(
    int value
)

Parameters

See also

Reference

TnefWriter class

TnefWriter members

WritePropertyValue overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace