https://github.com/hughbe/swiftmapi
Swift implementation of MAPI structures and code
https://github.com/hughbe/swiftmapi
exchange mapi outlook
Last synced: 3 months 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 (about 4 years ago)
- Last Synced: 2025-01-07T16:12:53.605Z (4 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
```