ContentType Constructor
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
ContentType(String)
Initializes a new instance of ContentType header value with the specified media type.
Declaration
public ContentType(string mediaType)
Parameters
Type | Name | Description |
---|---|---|
String | mediaType | Value of the unstructured header. |