Freigeben über


MimeWriter.WriteRawContent Method (Byte[], Int32, Int32)

The WriteRawContent method writes content from a byte array to the stream that this MimeWriter object owns and does not apply an encoding to the content as it is written.

Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub WriteRawContent ( _
    buffer As Byte(), _
    offset As Integer, _
    count As Integer _
)
public void WriteRawContent (
    byte[] buffer,
    int offset,
    int count
)
public:
void WriteRawContent (
    array<unsigned char>^ buffer, 
    int offset, 
    int count
)
public void WriteRawContent (
    byte[] buffer, 
    int offset, 
    int count
)
public function WriteRawContent (
    buffer : byte[], 
    offset : int, 
    count : int
)

Parameters

  • buffer
    A byte array containing content to write to the stream that this MimeWriter object owns.
  • offset
    An integer indicating where in buffer to begin reading.
  • count
    An integer indicating the number of bytes to read 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