TnefWriter.WriteProperty Method (TnefPropertyTag, Int32)
The WriteProperty method writes a property identified by the tag parameter with the integer value specified by the value parameter.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
tag As TnefPropertyTag, _
value As Integer _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim value As Integer
instance.WriteProperty(tag, value)
public void WriteProperty(
TnefPropertyTag tag,
int value
)
Parameters
- tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag enumeration value specifying the property to write.
- value
Type: System.Int32
An integer value to write to this property value.