By default, Exchange stores inbound email to public folders as "posts" (IPM.Post item type). You can change this via a registry setting:
- Open Registry Editor (
regedit) on the Exchange server. - Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchangeIS\Public-{GUID}(replace {GUID} with your public folder store GUID). - Create a new DWORD value named
Incoming defaults to IPM.Note. - Set the value to 1 to store as email (IPM.Note); set to 0 to store as post (IPM.Post).
- Restart the Microsoft Exchange Information Store service.