-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement: eDiscovery/Compliance operations #48
Comments
Would love this implemented in order to find users in litigation hold. |
gautamsi
added a commit
that referenced
this issue
Nov 7, 2016
gautamsi
added a commit
that referenced
this issue
Nov 7, 2016
gautamsi
added a commit
that referenced
this issue
Nov 8, 2016
gautamsi
added a commit
that referenced
this issue
Nov 9, 2016
gautamsi
added a commit
that referenced
this issue
Nov 10, 2016
Awesome to see this implemented--thank you. Is there any sample code for using GetSearchableMailboxes by chance? |
still working on last one, then I will provide code sample. not published to npm or in master branch. |
this is complete now with 0.8 pushed to npm. service.GetSearchableMailboxes("search term, passing 'null' will return all", false /* set true to expand groups */).then((response) => {
EwsLogging.Log(response, true, true);
}, (err) => {
debugger;
console.log("Error - geting config");
EwsLogging.Log(err, true, true);
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ExchangeService methods:
The text was updated successfully, but these errors were encountered: