←Select platform

PlainText Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly