Skip to content

Commit 9c38e48

Browse files
authored
Merge pull request #806 from samantharamon/online-archive-store
[Outlook] (MAPI) Create troubleshooting article
2 parents 0cabf05 + 08ddd06 commit 9c38e48

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

docs/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6315,7 +6315,7 @@
63156315
- name: Error handling
63166316
items:
63176317
- name: Overview
6318-
href: outlook/mapi/error-handling-in-mapi.md
6318+
href: outlook/mapi/error-handling-in-mapi.md
63196319
- name: Return value naming convention
63206320
href: outlook/mapi/return-value-naming-convention.md
63216321
- name: Using Macros for error handling
@@ -6328,6 +6328,8 @@
63286328
href: outlook/mapi/mapi-extended-errors.md
63296329
- name: Deferring errors
63306330
href: outlook/mapi/deferring-mapi-errors.md
6331+
- name: Troubleshoot an application that can't open messages in the online archive store
6332+
href: outlook/mapi/troubleshoot-messages-in-online-archive-store.md
63316333
- name: Sending messages by using MAPI
63326334
items:
63336335
- name: Overview
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Troubleshoot an application that can't open messages in the online archive store
3+
description: Learn how to troubleshoot an application that can't open messages in the online archive store.
4+
manager: lindalu
5+
ms.date: 10/09/2025
6+
ms.audience: Developer
7+
ms.localizationpriority: medium
8+
api_type:
9+
- COM
10+
---
11+
12+
# Troubleshoot an application that can't open messages in the online archive store
13+
14+
This article provides troubleshooting guidance for developers whose MAPI-based applications encounter issues when accessing messages in Office 365's [auto-expanding archive](/purview/autoexpanding-archiving).
15+
16+
## Symptoms
17+
18+
You have an in-house application that uses MAPI to access the auto-expanding archive in Office 365. The application first opens the online archive store, and then opens a message in the store. However, you can no longer use the same app to open other messages in the online archive store. For some messages, you receive the `MAPI_E_NO_SUPPORT (0x80040102)` error message.
19+
20+
## Cause
21+
22+
When the main archive reaches its transition threshold, additional storage space is provisioned for the auxiliary archive. The messages that don’t open are the messages that moved to the auxiliary archive. This failure occurs because the hierarchy server can’t find the messages after they’re moved.
23+
24+
## Workaround
25+
26+
To work around this issue, modify your in-house application to do the following:
27+
28+
1. Open the online archive store.
29+
1. Open the folder containing the target message.
30+
1. Then, open the message.

0 commit comments

Comments
 (0)