OutputPublishingMethodEnum (COM-based API)
OutputPublishingMethodEnum enumeration constants are used to specify the destination of the output documents.
enum OutputPublishingMethodEnum {
OPM_SharedFolder = 0,
OPM_SharePoint = 1,
OPM_Mail = 2,
OPM_Smtp = 3
};
Elements
Name | Description |
OPM_SharedFolder | The output files are published to the shared folder. |
OPM_SharePoint | The output files are published to the Microsoft SharePoint document library folder. |
OPM_Mail | The output files are sent to the e-mail addresses via Exchange server. |
OPM_Smtp |
The output files are sent to the e-mail addresses via SMTP server. Note. ABBYY FineReader Server only supports SMTP servers that use the PLAIN authentication method. |
See also
26.03.2024 13:49:49