MimeHelpers Class

 

Provides helper methods used for splitting out various parts of a MIME reply.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Framework::MimeHelpers

[SerializableAttribute]
public ref class MimeHelpers abstract sealed 

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticReadBufferSize

Gets or sets the buffer size for reading MIME data from streams.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetMimeParts(array<Byte>^)

Gets MIME parts in a raw data stream.

System_CAPS_pubmethodSystem_CAPS_staticGetMimeParts(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.

System_CAPS_pubmethodSystem_CAPS_staticGetStreamBytes(MemoryStream^)

Gets bytes from a memory stream (optimization).

System_CAPS_pubmethodSystem_CAPS_staticGetStreamBytes(Stream^)

Gets bytes from a generic data stream.

System_CAPS_pubmethodSystem_CAPS_staticGetStreamBytes(Stream^, Int64)

Gets bytes from a generic data stream.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticDefaultMimeBoundary

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.

Return to top
Show: