LumiSoft Net Help
Contentfeatures Property
NamespacesLumiSoft.Net.MIMEMIME_EntityContentfeatures
Gets or sets content features of a MIME body part. Value null means that header field does not exist.
Declaration Syntax
C#Visual BasicVisual C++F#
public string Contentfeatures { get; set; }
Public Property Contentfeatures As String
	Get
	Set
public:
property String^ Contentfeatures {
	String^ get ();
	void set (String^ value);
}
member Contentfeatures : string with get, set
Property Value
Remarks
The 'Content-features:' header can be used to annotate a MIME body part with a media feature expression, to indicate features of the body part content. See also RFC 2533, RFC 2506, and RFC 2045.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this property is accessed.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119