hughbe / SwiftMAPI

Swift implementation of MAPI structures and code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftMAPI

Swift definitions for structures, enumerations and functions defined in MS-OXPROTO and other parts of the MAPI ecosystem.

Example Usage

Add the following line to your project's SwiftPM dependencies:

.package(name: "MAPI", url: "https://github.com/hughbe/SwiftMAPI", from: "1.0.0")
import MAPI

About

Swift implementation of MAPI structures and code


Languages

Language:Swift 100.0%