Connect Agent Outlook to your Agentics account and file a message into an Agent Share inbox or a project stakeholder's timeline.
Assumes the add-in is already sideloaded — if not, start at Install.
Select any message you are reading and open Agent Outlook from More apps or the message's Apps button.
The pane reads the open message immediately: subject, sender, recipients, and how many attachments it has. Nothing has been sent anywhere yet.
Click Connect to Agentics. A small Office dialog opens on the Agentics sign-in page.
The dialog is not decoration. The task pane cannot host a login page — identity providers refuse to be framed, correctly — and a session cookie in the pane would be third-party in Outlook on the web and get blocked. So sign-in happens in a real top-level window, and the pane receives an opaque handle back.
That handle is stored in Office.context.roamingSettings, which is part of your
mailbox. It roams to your other Outlook clients and survives reinstalling the
add-in, so this is normally a once-per-mailbox step, not a once-per-session one.
Your access token never enters the browser. It stays on the server, keyed by the handle.
What you see here depends on how your instance is configured.
Without project mode — one picker: the Agent Share inbox to send to. That is the whole decision.
With project mode — pick the project first. Then:
In project mode you need at least one of the two, not both. Tracking to a stakeholder timeline with no inbox is a complete, supported outcome — see Project mode for what each destination actually does and why you might want only one.
The Regarding picker pre-selects stakeholders whose known email addresses appear in the message's from/to/cc. It is a suggestion: confirm it, change it, or clear it.
A free-form line for the agent or the record. Use it for the thing the email does not say — "customer wants this before Friday", "third time they've asked".
Click Track. The pane confirms what actually happened — posted to Agent
Share, filed on the timeline, or both — and the message picks up the Outlook
category Tracked in Agentics.
Look for that category in your message list. It is the durable signal: it lives on the message, so every Outlook client on every device shows the same answer to "did I already file this?"
Re-tracking the same message does not duplicate the timeline entry: interactions
are keyed on the message's RFC 5322 Message-ID, so a second track updates the
same record rather than adding another.