TnefWriter.WritePropertyTextValue method
The WritePropertyTextValue method reads a text property value from a character array and writes it to the 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 WritePropertyTextValue ( _
buffer As Char(), _
offset As Integer, _
count As Integer _
)
'Usage
Dim instance As TnefWriter
Dim buffer As Char()
Dim offset As Integer
Dim count As Integer
instance.WritePropertyTextValue(buffer, _
offset, count)
public void WritePropertyTextValue(
char[] buffer,
int offset,
int count
)
Parameters
buffer
Type: []A character array containing data to write.
offset
Type: System.Int32An integer indicating where in buffer to begin reading data.
count
Type: System.Int32An integer indicating the number of characters to write from buffer.