Closed ghost closed 10 years ago
Use NS_ENUM to declare the enums ( https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/InteractingWithCAPIs.html ).
We ran into trouble with MSOutlookContentType and "@property MSOutlookBodyType *ContentType;" in MSOutlookItemBody. You probably don't want that to be a pointer anyway, but the enums should also be declared with NS_ENUM.
Fixed v0.6.0
Use NS_ENUM to declare the enums ( https://developer.apple.com/library/ios/documentation/swift/conceptual/buildingcocoaapps/InteractingWithCAPIs.html ).
We ran into trouble with MSOutlookContentType and "@property MSOutlookBodyType *ContentType;" in MSOutlookItemBody. You probably don't want that to be a pointer anyway, but the enums should also be declared with NS_ENUM.