LumiSoft Net Help
ContentDescription Property
NamespacesLumiSoft.Net.MIMEMIME_EntityContentDescription
Gets or sets description of message body part. Value null means that header field does not exist. Defined in RFC 2045 8.
Declaration Syntax
C#Visual BasicVisual C++F#
public string ContentDescription { get; set; }
Public Property ContentDescription As String
	Get
	Set
public:
property String^ ContentDescription {
	String^ get ();
	void set (String^ value);
}
member ContentDescription : string with get, set
Property Value
Remarks
Description of a particular body part of a message; for example, a caption for an image body part.
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