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 _
)
'Usage
Dim instance As TnefWriter
Dim tag As TnefPropertyTag
Dim guid As Guid
Dim stream As Stream
instance.WriteProperty(tag, guid, stream)
public void WriteProperty(
TnefPropertyTag tag,
Guid guid,
Stream stream
)
Parameters
- tag
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyTag
A TnefPropertyTag enumeration value specifying the property to write.
- guid
Type: System.Guid
A GUID object containing the object IID to write.
- stream
Type: System.IO.Stream
A stream object from which to read the raw data to write.