Kopano Python Language Binding
8.2.0
  • Kopano Documentation Portal - Home

Table of contents

  • 1. Introduction
  • 2. Conventions
  • 3. Getting started

Extras

  • Download as PDF
Kopano Python Language Binding
  • Docs »
  • Kopano Python Language Binding

Kopano Python Language Binding¶

This document, the Kopano Python MAPI Binding document, describes how to fully access Kopano’s messaging api (MAPI) via the interface provided by python-mapi.

Table of contents

  • 1. Introduction
    • 1.1. Target audience
  • 2. Conventions
    • 2.1. Objects
    • 2.2. Modules
      • 2.2.1. MAPI.Struct
      • 2.2.2. MAPI.Time
      • 2.2.3. MAPI.Tags
      • 2.2.4. MAPI.Defs
      • 2.2.5. MAPI.Util
        • 2.2.5.1. OpenECSession()
        • 2.2.5.2. GetDefaultStore()
    • 2.3. Parameters
    • 2.4. Errors
    • 2.5. Flags
    • 2.6. Methods
    • 2.7. Character sets and Unicode
    • 2.8. Memory management
  • 3. Getting started
    • 3.1. Starting a session
    • 3.2. Opening a store
    • 3.3. Opening the inbox
    • 3.4. Using tables: listing messages
    • 3.5. Opening a message
    • 3.6. Getting attachments
    • 3.7. Writing data
    • 3.8. Recipients
    • 3.9. Restrictions
    • 3.10. Hierarchy
    • 3.11. Default folders
Next