outlook-mapi-sys

Crates.iooutlook-mapi-sys
lib.rsoutlook-mapi-sys
version
sourcesrc
created_at2024-02-24 23:15:07.548189
updated_at2025-01-15 23:46:21.570459
descriptionBindings generated with the windows crate for the Outlook MAPI interface
homepage
repositoryhttps://github.com/microsoft/mapi-rs
max_upload_size
id1151988
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Bill Avery (wravery)

documentation

README

outlook-mapi-sys

This crate implements unsafe Rust bindings for the Outlook MAPI COM APIs using the Windows crate.

Getting Started

This crate has a friendlier wrapper in outlook-mapi.

Windows Metadata

The Windows crate requires a Windows Metadata (winmd) file describing the API. The one used in this crate is automatically regenerated as part of running update-bindings.

Commit count: 70

cargo fmt