Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Outlook-Folder-Finder

Purpose of program:

This programs intended use case is finding folders in outlook if "someone" is particularly fond of nesting folders making them difficult to use. For instance, if you're wondering where a folder "microsoft" is located, you could type in the command (once compield) flookup microsoft and it would return mail_box/foo/bar/microsoft. Note: an outlook session must currently be open to use.

A reference to Microsoft.Office.Interop.Outlook (outlook 2016) must be made

Commands:

Find folder from default mailbox flookup {folder_name}

example output: default_mail_box/foo/bar/microsoft

Find folder in other mailbox flookup -i {mail_box} {folder}

example output: mail_box/foo/bar/microsoft

Set the default mailbox: flookup -d {inbox_name}

Get the default mailbox: flookup -d example output: foo@outlook.com

Get all available mailboxes: flookup -s

example output: foo@outlook.com bar@outlook.com

Help: flookup

About

Get the full path of any folder in your outlook mailbox for when your boss adds one to many folders

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages