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 WritePropertyValue method writes the value contained in the value parameter and then ends it.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WritePropertyValue ( _
value As Byte() _
)
'Usage
Dim instance As TnefWriter
Dim value As Byte()
instance.WritePropertyValue(value)
public void WritePropertyValue(
byte[] value
)
Parameters
value
Type: []A byte array containing a value to write.