Product SiteDocumentation Site

Chapter 1. Introduction

The Python language binding provides a python interface to the messaging API used by Zarafa, MAPI. The original interface is an object-oriented C+\+ interface, and the interfaces provided to Python are designed to be completely analogous to the C+\+ interface.
Since the interface is otherwise identical to thes C+\+ interface, this document describes naming conventions, calling conventions and other Python-specific constructs, but does not document the API itself.
For the Python-programmer’s convenience, we provide several examples on how to use the Python Bindings.