2 unstable releases
0.1.0 | Sep 1, 2020 |
---|---|
0.0.0 | Mar 29, 2020 |
#301 in Email
11KB
254 lines
outlook-exe
Convenience wrappers for command-line invocation of Outlook.
Example
Basic usage:
use outlook_exe;
outlook_exe::MessageBuilder::new()
.with_recipient("noreply@example.org")
.with_subject("Hello, World!")
.with_body("Line with spaces\nAnother line")
.with_attachment("C:/tmp/file.txt")
.spawn()
.unwrap();
lib.rs
:
Convenience wrappers for command-line invocation of Outlook.
Example
Basic usage:
use outlook_exe;
outlook_exe::MessageBuilder::new()
.with_recipient("noreply@example.org")
.with_subject("Hello, World!")
.with_body("Line with spaces\nAnother line")
.with_attachment("C:/tmp/file.txt")
.spawn()
.unwrap();
Dependencies
~99–330KB