Issue
The Shortuct Processing module TRACE-enabled log file may show the following:2013-08-16 06:21:28Z|INFO|P:2964|T:5|Logic|Shortcut Postprocess Engine Initialized2013-08-16 06:21:28Z|INFO|P:2964|T:5|ModuleClient|Assembly Version is 6.2.0.77212013-08-16 06:21:28Z|ERROR|P:2964|T:5|Logic|Could not initialize MAPI StackEXCEPTION: System.Runtime.InteropServices.COMException (0x80040111): Error in MAPILogonEx: MAPI_E_LOGON_FAILEDMake sure your code runs under the Windows user identity that has MAPI profiles.When running in a service (including ASP under IIS), set your code to run underthe Windows user account that has MAPI profiles.When connecting to an Exchange Server, you can also use RDOSession.LogonExchangeMailboxwhich does not require an existing profile.at Interop.Redemption.IRDOSession.Logon(Object ProfileName, Object Password, Object ShowDialog, Object NewSession, Object ParentWindowHandle, Object NoMail)at ArchiveShuttle.Module.ShortcutPostprocessModule.Logic..ctor(IModuleClient moduleClient)
Solution
Create an online MAPI profile using the service account that is running the Post Processing Module.