C#
VB
Java
C++
Enables or disables loading pages from the PST file as plain text.
public bool PlainText {get; set;}
Public Property PlainText As Boolean
public boolean isPlainText()
public void setPlainText(boolean plainText)
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.
For an example, refer to CodecsPstOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET