You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run your default code, I receive an issue relating to the context:
const item = Office.context.mailbox.item;
if (item === null) {
console.error(`Index.razor.js(getEmailData): Unexpected - could not get reference to Office.context.mailbox.item`);
console.error(`Index.razor.js(getEmailData) Catch Exception: ${err}`);
return { Subject: "No email item" };
}
Can you please assist.
Kind regards
The text was updated successfully, but these errors were encountered:
Good day
When I run your default code, I receive an issue relating to the context:
const item = Office.context.mailbox.item;
Can you please assist.
Kind regards
The text was updated successfully, but these errors were encountered: