Skip to content
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

Office.context.mailbox.item.body.getAsync() not able to give fully body content in reply scenario #4462

Closed
ayush-sopori opened this issue May 16, 2024 · 4 comments
Assignees
Labels
Area: Outlook Issue related to Outlook add-ins Needs: author feedback Waiting for author (creator) of Issue to provide more info Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Status: no recent activity Issue or PR is stale (no recent activity)

Comments

@ayush-sopori
Copy link

In the Outlook add-in, we use the Office.context.mailbox.item.body.getAsync() method to get the entire email body in the required format. However, there is no way we can get full body content of mail trail when in reply or forward flow.
We are able to get the trail body only if the user clicks somewhere in the mail trail content.
Is there any work around to get full body of mail trail without user clicking on old mail or ellipse(...).?

Your Environment

  • Browser (if using Office on the web): Chrome

Expected behavior

The Office.context.mailbox.item.body.getAsync() method shall return the entire body.

Current behavior

The Office.context.mailbox.item.body.getAsync() method returns only
the latest present content and not the mail trail content.

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP label May 16, 2024
@exextoc exextoc added Needs: attention 👋 Waiting on Microsoft to provide feedback Area: Outlook Issue related to Outlook add-ins and removed Needs: triage 🔍 New issue, needs PM on rotation to triage ASAP labels May 16, 2024
@exextoc exextoc self-assigned this May 16, 2024
@mmanjaree-msft
Copy link

mmanjaree-msft commented May 16, 2024

Thanks for reporting this. It is a known issue and we had provided a fix for this issue which had to be reverted due to another issue. We are actively working on a solution but unfortunately we do not have any timelines to share at this point.

Meanwhile a workaround is to change the layout setting of owa mail. Go to settings->Layout and select show email as individual messages under Message organization or if user has selected show email grouped by conversation, then arrange the reading pane by show each message separately

@exextoc exextoc added Needs: author feedback Waiting for author (creator) of Issue to provide more info and removed Needs: attention 👋 Waiting on Microsoft to provide feedback labels May 16, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

@microsoft-github-policy-service microsoft-github-policy-service bot added the Status: no recent activity Issue or PR is stale (no recent activity) label May 20, 2024
@rajjha-msft rajjha-msft added Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown and removed Needs: author feedback Waiting for author (creator) of Issue to provide more info labels May 22, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Status: no recent activity Issue or PR is stale (no recent activity) label May 22, 2024
@rajjha-msft rajjha-msft added Needs: author feedback Waiting for author (creator) of Issue to provide more info Status: no recent activity Issue or PR is stale (no recent activity) labels May 22, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Status: no recent activity Issue or PR is stale (no recent activity) label May 22, 2024
@rajjha-msft rajjha-msft added the Status: no recent activity Issue or PR is stale (no recent activity) label May 22, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added Status: no recent activity Issue or PR is stale (no recent activity) and removed Status: no recent activity Issue or PR is stale (no recent activity) labels May 22, 2024
Copy link
Contributor

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

Copy link
Contributor

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Outlook Issue related to Outlook add-ins Needs: author feedback Waiting for author (creator) of Issue to provide more info Status: in backlog Issue is being tracked in the backlog but timeline for resolution is unknown Status: no recent activity Issue or PR is stale (no recent activity)
Projects
None yet
Development

No branches or pull requests

4 participants