check_session
Check OWA session authentication status. Returns session active status, mailbox display name, and cookie file path.
Instructions
Check whether the current OWA session is authenticated.
Makes a lightweight GetFolder call on the inbox. Returns session status, the mailbox display name, and cookie file path.
Returns: JSON object with authenticated (bool), mailbox name, and details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |