MimeBlob.ContentTypeHeader Property
Gets or sets the unparsed MIME header.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string ContentTypeHeader { get; set; }
public:
property String^ ContentTypeHeader {
String^ get();
void set(String^ value);
}
Public Property ContentTypeHeader As String
Property Value
Type: System.String
See Also
MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top