Options
From PDF XChange PDF SDK
Line 78: | Line 78: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (Low) || | + | | class="op_enum_value" | '''0''' (Low) || Low priority |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (Normal) || | + | | class="op_enum_value" | '''1''' (Normal) || Normal priority |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (High) || | + | | class="op_enum_value" | '''2''' (High) || High priority |
|} | |} | ||
Default value: <tt>'''1''' (Normal)</tt> | Default value: <tt>'''1''' (Normal)</tt> | ||
Line 88: | Line 88: | ||
| class="op_param_name" | PackAttachmentsMode | | class="op_param_name" | PackAttachmentsMode | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies. | + | | Specifies a method for compressing attachment files (if it exists). |
+ | We use only ZIP algorithm. | ||
Possible values are: | Possible values are: | ||
{| class="op_internal_table" | {| class="op_internal_table" | ||
|- | |- | ||
− | | class="op_enum_value" | '''0''' (NoComress) || | + | | class="op_enum_value" | '''0''' (NoComress) || Without compressing |
|- | |- | ||
− | | class="op_enum_value" | '''1''' (CompressEach) || . | + | | class="op_enum_value" | '''1''' (CompressEach) || Each file will be compressed separately. as result you will have several attached files. |
|- | |- | ||
− | | class="op_enum_value" | '''2''' (CompressAllToOne) || . | + | | class="op_enum_value" | '''2''' (CompressAllToOne) || All files will be compressed into one. as result you will have one attached file. |
|} | |} | ||
Default value: <tt>'''0''' (NoComress)</tt> | Default value: <tt>'''0''' (NoComress)</tt> |
Revision as of 04:27, 4 June 2015
Options Table
Name | Type | Value | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
Mode | Integer | Specifies...
Possible values are:
Default value: -1 (Auto) | ||||||||
SMTP | Dictionary | Specifies... | ||||||||
From | String | Specifies a sender email address.
Default value: Empty String | ||||||||
To | String | Specifies an recipients email address.
Default value: Empty String | ||||||||
Cc | String | Specifies an email address for send copy of letter.
Default value: Empty String | ||||||||
BCc | String | Specifies an email address for send hidden copy of letter.
Default value: Empty String | ||||||||
Subject | String | Specifies a title of letter.
Default value: Empty String | ||||||||
Message | String | Specifies a text of letter.
Default value: Empty String | ||||||||
ResolveAddressBook | Boolean | Specifies...
Default value: false | ||||||||
ShowClientWindow | Boolean | Specifies...
Default value: true | ||||||||
Priority | Integer | Specifies a priority mark for letter (see below). Priority letters can be accented in a recipient mailbox.
Possible values are:
Default value: 1 (Normal) | ||||||||
PackAttachmentsMode | Integer | Specifies a method for compressing attachment files (if it exists).
We use only ZIP algorithm. Possible values are:
Default value: 0 (NoComress) | ||||||||
HideOptionsBtnOnErrorMsg | Boolean | Specifies...
Default value: true | ||||||||
OpenLocalFolder | Boolean | Specifies...
Default value: true | ||||||||
LocalFolder | String | Specifies...
Default value: Empty String | ||||||||
OnePackName | String | Specifies...
Default value: Empty String | ||||||||
ParentWnd | Integer64 | Specifies...
Default value: 0 |
SMTP Table
Name | Type | Value |
---|---|---|
ServerURL | String | Specifies...
Default value: Empty String |
ServerPort | Integer | Specifies...
Default value: 25 |
NeedAuth | Boolean | Specifies...
Default value: false |
User | String | Specifies...
Default value: Empty String |
Password | String | Specifies...
Default value: Empty String |
NeedTLS | Boolean | Specifies...
Default value: false |
UseSSL | Boolean | Specifies...
Default value: false |