TnefWriter.WriteProperty Method (TnefPropertyTag, Guid, Stream)
The WriteProperty method writes an object property.
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, _
guid As Guid, _
stream As Stream _
)
public void WriteProperty (
TnefPropertyTag tag,
Guid guid,
Stream stream
)
public:
void WriteProperty (
TnefPropertyTag tag,
Guid guid,
Stream^ stream
)
public void WriteProperty (
TnefPropertyTag tag,
Guid guid,
Stream stream
)
public function WriteProperty (
tag : TnefPropertyTag,
guid : Guid,
stream : Stream
)
Parameters
- tag
A TnefPropertyTag enumeration value specifying the property to write.
- guid
A GUID object containing the object IID to write.
- stream
A stream object from which to read the raw data 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