MimeHelpers Class
Provides helper methods used for splitting out various parts of a MIME reply.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ReadBufferSize | Gets or sets the buffer size for reading MIME data from streams. |
| Name | Description | |
|---|---|---|
![]() ![]() | GetMimeParts(array<Byte>^) | Gets MIME parts in a raw data stream. |
![]() ![]() | GetMimeParts(String^, array<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. |
![]() ![]() | GetStreamBytes(MemoryStream^) | Gets bytes from a memory stream (optimization). |
![]() ![]() | GetStreamBytes(Stream^) | Gets bytes from a generic data stream. |
![]() ![]() | GetStreamBytes(Stream^, Int64) | Gets bytes from a generic data stream. |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultMimeBoundary | Default MIME boundary for messages. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



