Options

From PDF XChange PDF SDK
Jump to: navigation, search
Line 86: Line 86:
 
Default value: <tt>'''1''' (Normal)</tt>
 
Default value: <tt>'''1''' (Normal)</tt>
 
|-
 
|-
| class="op_param_name" | PackAttachmentsMode
+
| class="op_param_name" id="PackAttachmentsMode"| PackAttachmentsMode
 
| style="text-align:center" | Integer
 
| style="text-align:center" | Integer
| Specifies a method for compressing attachment files (if it exists).  
+
| Specifies a method for compressing attachment files (if it exists). We use only ZIP algorithm.
We use only ZIP algorithm.
+
 
Possible values are:
 
Possible values are:
 
{| class="op_internal_table"
 
{| class="op_internal_table"
Line 97: Line 96:
 
| class="op_enum_value" | '''1''' (CompressEach) || Each file will be compressed separately. as result you will have several attached files.
 
| 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) || All files will be compressed into one. as result you will have one attached file.
+
| class="op_enum_value" | '''2''' (CompressAllToOne) || All files will be compressed into one with name defined in [[#OnePackName|'''OnePackName''']] parameter. As result you will have one attached file.
 
|}
 
|}
 
Default value: <tt>'''0''' (NoComress)</tt>
 
Default value: <tt>'''0''' (NoComress)</tt>
Line 116: Line 115:
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-
| class="op_param_name" | OnePackName
+
| class="op_param_name" id="OnePackName" | OnePackName
 
| style="text-align:center" | String
 
| style="text-align:center" | String
| Specifies...
+
| Specifies a name which used for naming an attached archive file, if in [[#PackAttachmentsMode|'''PackAttachmentsMode''']] parameter set '''2''' (CompressAllToOne).
 
Default value: <tt>'''Empty String'''</tt>
 
Default value: <tt>'''Empty String'''</tt>
 
|-
 
|-

Revision as of 05:44, 4 June 2015


Options Table

Name Type Value
Mode Integer Specifies...

Possible values are:

-1 (Auto) ...
0 (MailClient) ...
1 (SMTP) ...
2 (Local) ...

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:

0 (Low) Low priority
1 (Normal) Normal priority
2 (High) High priority

Default value: 1 (Normal)

PackAttachmentsMode Integer Specifies a method for compressing attachment files (if it exists). We use only ZIP algorithm.

Possible values are:

0 (NoComress) Without compressing
1 (CompressEach) Each file will be compressed separately. as result you will have several attached files.
2 (CompressAllToOne) All files will be compressed into one with name defined in OnePackName parameter. As result you will have one attached file.

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 a name which used for naming an attached archive file, if in PackAttachmentsMode parameter set 2 (CompressAllToOne).

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