Click or drag to resize

IContentTypeHeader Interface

Represents 'Content-type' header. You can use this class to add additional options to content-type header

Namespace:  Limilabs.Mail.Headers
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public interface IContentTypeHeader

The IContentTypeHeader type exposes the following members.

Properties
  NameDescription
Public propertyItem
Gets or sets additional options in this header.
Public propertyName
Suggested filename ('name' parameter). May be null. Consider using SafeFileName as it is guaranteed to contain valid file name.
Public propertyValue
Content type value. May be null.
Top
See Also