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 _
)
public void WritePropertyValue (
Guid iid,
Stream stream
)
public:
void WritePropertyValue (
Guid iid,
Stream^ stream
)
public void WritePropertyValue (
Guid iid,
Stream stream
)
public function WritePropertyValue (
iid : Guid,
stream : Stream
)
Parameters
- iid
A GUID object identifying the property value to write.
- stream
A stream containing the value to write.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003