Share via


TnefWriter.WriteProperty method (TnefPropertyTag, Guid)

The WriteProperty method writes a property identified by the tag parameter with the GUID 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 Guid _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim value As Guid

instance.WriteProperty(tag, value)
public void WriteProperty(
    TnefPropertyTag tag,
    Guid value
)

Parameters

See also

Reference

TnefWriter class

TnefWriter members

WriteProperty overload

Microsoft.Exchange.Data.ContentTypes.Tnef namespace