Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughbe/swiftmapi

Swift implementation of MAPI structures and code
https://github.com/hughbe/swiftmapi

exchange mapi outlook

Last synced: 2 days ago
JSON representation

Swift implementation of MAPI structures and code

Awesome Lists containing this project

README

        

# SwiftMAPI

Swift definitions for structures, enumerations and functions defined in [MS-OXPROTO](https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxproto/734ab967-e43e-425b-abe1-974af56c0283) and other parts of the MAPI ecosystem.

## Example Usage

Add the following line to your project's SwiftPM dependencies:
```swift
.package(name: "MAPI", url: "https://github.com/hughbe/SwiftMAPI", from: "1.0.0")
```

```swift
import MAPI
```