public bool PlainText {get; set;}
'Declaration
Public Property PlainText As Boolean
'Usage
Dim instance As CodecsPstLoadOptions
Dim value As Boolean
instance.PlainText = value
value = instance.PlainText
public bool PlainText {get; set;}
public boolean isPlainText()
public void setPlainText(boolean plainText)
<br/>get_PlainText();<br/>set_PlainText(value);<br/>Object.defineProperty('PlainText');
public:
property bool PlainText {
bool get();
void set ( bool value);
}
Property Value
true to load pages from the PST file as plain text which will ignore non-text content (images, vectors, etc.), false to load non-text data (Original message format HTML, RTF or Plain text). Default value is false.