LumiSoft Net Help
DataText Property
NamespacesLumiSoft.Net.MimeMimeEntityDataText
Gets or sets entity text data. Data is encoded/decoded with "Content-Transfer-Encoding:" header field value with this.Charset charset. Note: This property is available only if ContentType is Text/xxx... or no content type specified, othwerwise Excpetion is thrown.
Declaration Syntax
C#Visual BasicVisual C++F#
public string DataText { get; set; }
Public Property DataText As String
	Get
	Set
public:
property String^ DataText {
	String^ get ();
	void set (String^ value);
}
member DataText : string with get, set
Property Value

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