Options
From PDF XChange PDF SDK
Line 135: | Line 135: | ||
| class="op_param_name" | ServerURL | | class="op_param_name" | ServerURL | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies | + | | Specifies a SMTP server address. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- | ||
| class="op_param_name" | ServerPort | | class="op_param_name" | ServerPort | ||
| style="text-align:center" | Integer | | style="text-align:center" | Integer | ||
− | | Specifies | + | | Specifies a SMTP server port. |
Default value: <tt>'''25'''</tt> | Default value: <tt>'''25'''</tt> | ||
|- | |- | ||
| class="op_param_name" | NeedAuth | | class="op_param_name" | NeedAuth | ||
| style="text-align:center" | Boolean | | style="text-align:center" | Boolean | ||
− | | Specifies | + | | Specifies whether a SMTP need authentication. |
Default value: <tt>'''false'''</tt> | Default value: <tt>'''false'''</tt> | ||
|- | |- | ||
| class="op_param_name" | User | | class="op_param_name" | User | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies | + | | Specifies a username for SMTP if it need authentication. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- | ||
| class="op_param_name" | Password | | class="op_param_name" | Password | ||
| style="text-align:center" | String | | style="text-align:center" | String | ||
− | | Specifies | + | | Specifies a user password for SMTP if it need authentication. |
Default value: <tt>'''Empty String'''</tt> | Default value: <tt>'''Empty String'''</tt> | ||
|- | |- |
Revision as of 04:58, 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 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 a SMTP server address.
Default value: Empty String |
ServerPort | Integer | Specifies a SMTP server port.
Default value: 25 |
NeedAuth | Boolean | Specifies whether a SMTP need authentication.
Default value: false |
User | String | Specifies a username for SMTP if it need authentication.
Default value: Empty String |
Password | String | Specifies a user password for SMTP if it need authentication.
Default value: Empty String |
NeedTLS | Boolean | Specifies...
Default value: false |
UseSSL | Boolean | Specifies...
Default value: false |