outlook-exe
Convenience wrappers for command-line invocation of Outlook.
Dual-licensed under MIT or the UNLICENSE.
Example
Basic usage:
use outlook_exe;
new
.with_recipient
.with_subject
.with_body
.with_attachment
.spawn
.unwrap;