Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hughbe/swiftmapi
- Owner: hughbe
- Created: 2020-10-06T12:44:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-21T15:22:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-10T12:47:25.449Z (about 2 months ago)
- Topics: exchange, mapi, outlook
- Language: Swift
- Homepage:
- Size: 2.85 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```