Condividi tramite


MimeHelpers.GetMimeParts Method (String, Byte[])

 

Gets MIME parts from a data stream by using a specified boundary, and returns the raw byte stream as a MemoryStream for further manipulation.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public static MimeBlob[] GetMimeParts(
    string boundary,
    byte[] rawStreamData
)
public:
static array<MimeBlob^>^ GetMimeParts(
    String^ boundary,
    array<unsigned char>^ rawStreamData
)
Public Shared Function GetMimeParts (
    boundary As String,
    rawStreamData As Byte()
) As MimeBlob()

Parameters

  • rawStreamData
    Type: System.Byte[]

    The raw data stream.

Return Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MimeBlob[]

See Also

GetMimeParts Overload
MimeHelpers Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top