Skip to content

Convenience wrappers for command-line invocation of Outlook.

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ryanavella/outlook-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

outlook-exe


Convenience wrappers for command-line invocation of Outlook.

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

Example

Basic usage:

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();

About

Convenience wrappers for command-line invocation of Outlook.

Topics

Resources

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages