#outlook #message #microsoft #windows #wrapper

outlook-exe

为 Outlook 命令行调用的便捷包装器

2 个不稳定版本

0.1.0 2020年9月1日
0.0.0 2020年3月29日

#284 in 电子邮件

每月33次下载

Unlicense OR MIT

11KB
254

outlook-exe


为 Outlook 命令行调用提供便捷包装器。

License: MIT License: Unlicense crates.io docs.rs

示例

基本用法

use outlook_exe;

outlook_exe::MessageBuilder::new()
    .with_recipient("[email protected]")
    .with_subject("Hello, World!")
    .with_body("Line with spaces\nAnother line")
    .with_attachment("C:/tmp/file.txt")
    .spawn()
    .unwrap();

lib.rs:

为 Outlook 命令行调用提供便捷包装器。

示例

基本用法

use outlook_exe;

outlook_exe::MessageBuilder::new()
    .with_recipient("[email protected]")
    .with_subject("Hello, World!")
    .with_body("Line with spaces\nAnother line")
    .with_attachment("C:/tmp/file.txt")
    .spawn()
    .unwrap();

依赖

~100–330KB