次の方法で共有


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

The WriteContent method writes data from a buffer into the stream that this MimeWriter object owns.

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

Syntax

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

Parameters

  • buffer
    A byte array containing data to write to the stream that this MimeWriter 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 MimeWriter 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