typedef struct _FILEPSTOPTIONS
{
L_UINT uStructSize;
L_UINT uMessageNumber;
L_UINT uFlags;
} FILEPSTOPTIONS, *pFILEPSTOPTIONS;
The FILEPSTOPTIONS structure provides information on loading PST files in LEADTOOLS.
Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEPSTOPTIONS) to calculate this value.
Detrmines the number of target messages inside the PST file.
Flags that control options for loading PST files.
Value | Meaning |
---|---|
0 | Default value for loading the message as its original format (RTF or HTML OR Plain Text) including its attached images. |
PST_FLAGS_MESSAGE_PLAINTEXT | [1] Load message as plain text only. |
pFILEPSTOPTIONS is a pointer to a FILEPSTOPTIONS structure.
Text files have no physical width or height in pixels. You can use RASTERIZEDOCOPTIONS to control how the final document is rendered as a raster image. For more information, refer to RASTERIZEDOCOPTIONS.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document