MimeBlob Class

 

Builds a MimeBlob from a blob of data.

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

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

[SerializableAttribute]
public ref class MimeBlob sealed 

NameDescription
System_CAPS_pubmethodMimeBlob(String^, array<Byte>^)

Initializes a new instance of the MimeBlob class. Creates a MimeBlob object from a header and the byte stream.

NameDescription
System_CAPS_pubpropertyContentType

Gets the parsed content type.

System_CAPS_pubpropertyContentTypeHeader

Gets or sets the unparsed MIME header.

System_CAPS_pubpropertyMimeSubtype

Gets or sets the subtype for the MIME type. For example, in an application/octet-stream, this value would be octet-stream.

System_CAPS_pubpropertyMimeType

Gets the parsed MIME type.

System_CAPS_pubpropertyRawPayload

Gets the raw byte stream for the data.

System_CAPS_pubpropertyTextEncoding

Gets or sets the text encoding. The default value is Unicode (UTF-16).

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the byte stream into a string based on the specified encoding. If encoding is not specified, Unicode is used. (Overrides Object::ToString().)

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: