docs

Home All functions Categories

vuMailKit - Introduction

vuMailKit is a Clarion email toolkit designed to provide modern send, receive, autodetect, OAuth, and profile-management capabilities through a single deployable DLL.

It is designed as the modern successor to vuMail while still preserving the practical compatibility and developer workflow that existing Clarion applications expect.

Basic edition highlights

Getting started

If you are new to vuMailKit, begin with the Installation page.

Then review:

Important note about licensing

vuMailKit uses a startup licensing call. In normal use, the application should call vuMailKitInitialize() once during startup before invoking the wizard, autodetect, send, or profile functions. The code for this is handled automatically by the template but if you are hand-coding you will need to replicate that part of the code in your app.

About the function reference

The function reference is organized so that active supported functions remain in the public documentation, while internal or obsolete functions are not advertised as part of the normal developer-facing surface.

Home All functions Categories