TnefWriter.WriteAttributeRawValue Method
The WriteAttributeRawValue method reads a raw value from the byte parameter and writes it to the output stream owned by this TnefWriter object.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub WriteAttributeRawValue ( _
buffer As Byte(), _
offset As Integer, _
count As Integer _
)
public void WriteAttributeRawValue (
byte[] buffer,
int offset,
int count
)
public:
void WriteAttributeRawValue (
array<unsigned char>^ buffer,
int offset,
int count
)
public void WriteAttributeRawValue (
byte[] buffer,
int offset,
int count
)
public function WriteAttributeRawValue (
buffer : byte[],
offset : int,
count : int
)
Parameters
- buffer
A byte array containing data to write to the stream that this TnefWriter owns.
- offset
An integer indicating where in buffer to begin reading data.
- count
An integer indicating the number of bytes to write from buffer into the stream that this TnefWriter owns.
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