Skip to content

Updated readme#2

Open
Flangvik wants to merge 2 commits intorasta-mouse:masterfrom
Flangvik:master
Open

Updated readme#2
Flangvik wants to merge 2 commits intorasta-mouse:masterfrom
Flangvik:master

Conversation

@Flangvik
Copy link

Still a bit early, but looks great!

Example implantation of search features

Know it's still in the early stages, but looks great!
searchData.AddBodySearchTerms(new string[] { "Password", "Login" });
searchData.AddSubjectSearchTerms(new string[] { "Onboarding", "Welcome" });

List<SearchResult> searchResult = searchData.SearchFolder(FolderName.Inbox | FolderName.SentItems);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this actually work? I've never tried it 😅

Copy link
Author

@Flangvik Flangvik Sep 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😆 You don't test either? 🤣 Will looking into testing this

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha, I just mean passing multiple target folders into the search. I've tested it with one, but not multiple.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, gotcha. I've seen it used like this before, so I just assumed. I haven't got around to set up an exchange in my lab yet, so feel free to test it. 🏎️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants