Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The WriteProperty method reads the current property from the TnefPropertyReader parameter propertyReader and writes it to the output stream that this TnefWriter object owns.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteProperty ( _
propertyReader As TnefPropertyReader _
)
'Usage
Dim instance As TnefWriter
Dim propertyReader As TnefPropertyReader
instance.WriteProperty(propertyReader)
public void WriteProperty(
TnefPropertyReader propertyReader
)
Parameters
propertyReader
Type: Microsoft.Exchange.Data.ContentTypes.Tnef.TnefPropertyReaderA TnefPropertyReader structure positioned on the property to write.