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 _
)
public void WritePropertyTextValue (
char[] buffer,
int offset,
int count
)
public:
void WritePropertyTextValue (
array<wchar_t>^ buffer,
int offset,
int count
)
public void WritePropertyTextValue (
char[] buffer,
int offset,
int count
)
public function WritePropertyTextValue (
buffer : char[],
offset : int,
count : int
)
Parameters
- buffer
A character array containing data to write.
- offset
An integer indicating where in buffer to begin reading data.
- count
An integer indicating the number of characters to write from buffer.
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