←Select platform

PlainText Property

Summary

Enables or disables loading pages from the PST file as plain text.

Syntax
C#
VB
C++
Java
public bool PlainText {get; set;} 
Public Property PlainText As Boolean 
public boolean isPlainText() 
public void setPlainText(boolean plainText) 
public: 
property bool PlainText { 
   bool get(); 
   void set (    bool ); 
} 

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.

Example

For an example, refer to CodecsPstOptions.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly