MimeHelpers.GetMimeParts Method (Byte[])
Gets MIME parts in a raw data stream.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public static MimeBlob[] GetMimeParts(
byte[] rawStreamData
)
public:
static array<MimeBlob^>^ GetMimeParts(
array<unsigned char>^ rawStreamData
)
Public Shared Function GetMimeParts (
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