Table of Contents

Outlook Plugin

The Outlook Plugin is supported on Microsoft Outlook version 2000, 2003, 2007 and 2010 (Outlook 2010 64bit is supported in version 1.6 and latest versions of 1.2.x beta plugin).

The plugin is considered beta and there's currently no built-in help available.

All versions of the plugin require .NET Framework v2 and the VC++ runtime library to work. The .exe's have the runtime library builtin, or set to download it automatically if required. If you want to use the .msi and the library isn't already installed, it can be downloaded from here: vcredist_x86.exe.

Download latest beta 1.6.11 (2011-11-28)

This version of plugin will ONLY work with server 1.6 Users of server version 1.5.x, please download latest version of plugin 1.2.x below.

Download beta 1.6.7 (2011-08-31)

^ Type ^ Machine install ^ Local User install ^

Download beta 1.6.5 (2011-08-14)

Type Machine install Local User install
exe AllardSoftFTAOL_Admin_1.6.05.exe (not available)
msi AllardSoftFTAOL_Admin_1.6.05.msi (not available)

Download version for the server 1.6 (1.6.1)

This version of plugin will ONLY work with server 1.6 Users of server version 1.5.x, please download latest version of plugin 1.2.x below.

Older versions of the plugin for server 1.5

Download the stable beta (1.2.45)

Known issues in the stable beta

Most importantly, lack of OL2010 support. See changes log below. For OL2010, use the current beta.

Download the final beta 1.2.81 (2011-05-18)

Known issues in the current beta

On some systems, large files (300MB+) are not always uploaded successfully as HTTP error is produced, when connection goes through proxy servers. You are able to tweak upload behavior using registry configuration settings, see below.

Previous versions

1.2.74 (2011-03-03)

1.2.73 (2010-12-20)

1.2.71 (2010-12-10)

1.2.69 (2010-12-07)

Type Machine install Local User install
exe AllardSoftFTAOL_Admin_1.2.69.exe (not available)
msi AllardSoftFTAOL_Admin_1.2.69.msi (not available)

Configuration

You can copy the following code to .reg file to create stubs for registry settings

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\AllardSoft\SFT]

“AutoUploadInKb”=dword:00002800

“BufferSizeKb”=dword:00000100

“NoCheckValidEmail”=dword:00000000

“Server”=””

“TraceFile”=””

“WriteWebResponse”=””

“UploadUseHttpVersion10”=dword:00000009

“UploadRequestPipelined”=dword:00000009

“UploadRequestKeepAlive”=dword:00000009

“UploadRequestChunked”=dword:00000009

SecureDownload size limit

The default setting is to add any attachment above 10Mb as a SecureAttach attachment. To change this, please edit:

HKEY_CURRENT_USER\Software\AllardSoft\SFT, AutoUploadInKb

Registry Settings

Using Task panes

Registry Value Type Possible Values Default
DoNotUseTaskPane DWORD 0 to use task pane instead of custom region 1 (use task pane)

As of version 1.6.11, it is possible to use task pane region instead of custom region. This technique is intended to use when certain addins or other software come with conflict wiht the custom region.

As of version 1.2.69

Registry Value Type Possible Values Default
BufferSizeKb DWORD buffer size for upstreaming in KB. Minimum value is 16. (0x010). No maximum. 256 (0x100)
NoCheckValidEmail DWORD 1 to disallow checking for valid email on the Settings form 0 (false)
Server REG_SZ Set the server in Settings form
TraceFile REG_SZ output file for application trace log
WriteWebResponse REG_SZ output folder for dumping web responses
UploadUseHttpVersion10 DWORD 0 = use HTTP 1.1, 1 = use HTTP 1.0, 9 = default HTTP 1.0
UploadRequestPipelined DWORD 0 = do not use pipeline uploading, 1 = use pipeline uploading, 9 = default. Has no effect if protocol is HTTP 1.0. do not use
UploadRequestKeepAlive DWORD 0 = do not use KeepAlive header, 1 = use KeepAlive header, 9 = default. Has no effect if pipelined uploading is in effect, because in this case keep-alive is mandatory. use KeepAlive
UploadRequestChunked DWORD 0 = do not use transferencoding=chunked, 1 = use, 9 = default do not use
NOTE: ChunkedEncoding is not supported by any released server version yet, so it should NOT be set to 1.

By default, version 1.2.69 emulates IE upload headers:

Registry Value Set to
UploadUseHttpVersion10 1
UploadRequestKeepAlive 1

To reconfigure application to use the same mode as in previous versions,

Registry Value Set to
UploadUseHttpVersion10 0
UploadRequestKeepAlive 0

Version History

Version 1.2.74 (2011-03-03)

This is the current beta

Version 1.2.73 (2010-12-20)

Version 1.2.71 (2010-12-10)

Version 1.2.69 (2010-12-07)

v1.2.47 (2010-09-30)

v1.2.45 (2010-07-28)

v1.2.36 (2010-04-07)

v1.2.26 (2009-11-08)

v1.2.21 (2009-10-17)

v1.2.2 (2009-09-07)

Troubleshooting

* Please note that with Outlook 2003 or lower there's no ribbon, and the plugin's user interface may be invisible by default. In that case, use Insert→Secure Attach command to make plugin's user interface visible.

Some Screenshots