TnefWriter.WritePropertyValue Method (Guid, Stream)

The WritePropertyValue method writes an object property value and ends it.

Namespace:  Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub WritePropertyValue ( _
    iid As Guid, _
    stream As Stream _
)
'Usage
Dim instance As TnefWriter
Dim iid As Guid
Dim stream As Stream

instance.WritePropertyValue(iid, stream)
public void WritePropertyValue(
    Guid iid,
    Stream stream
)

Parameters

  • iid
    Type: System.Guid
    A GUID object identifying the property value to write.