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.GuidA GUID object identifying the property value to write.
stream
Type: System.IO.StreamA stream containing the value to write.