FILEPSTOPTIONS (original) (raw)
Summary
The FILEPSTOPTIONS structure provides information on loading PST files in LEADTOOLS.
Syntax
typedef struct _FILEPSTOPTIONS
{
[L_UINT](leadtools-basic-data-types.html) uStructSize;
[L_UINT](leadtools-basic-data-types.html) uMessageNumber;
[L_UINT](leadtools-basic-data-types.html) uFlags;
} FILEPSTOPTIONS, *pFILEPSTOPTIONS;
Members
uStructSize
Size of the structure. This must be set before passing this structure to the LEAD functions. Use sizeof(FILEPSTOPTIONS) to calculate this value.
uMessageNumber
Determines the number of target messages inside the PST file.
uFlags
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. |
Comments
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.
Usage
LEADTOOLS Raster Imaging C API Help