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