Hi Sebastian,
many thanx for having a look into this.
My temporary workaround now:
best regards
Thomas
many thanx for having a look into this.
My temporary workaround now:
Microsoft.Office.Interop.Outlook.Application msApp =
(Microsoft.Office.Interop.Outlook.Application)this.Application.UnderlyingObject;
var mapiObj = msApp.Session.MAPIOBJECT;
After some very quick tests i made it seems to work as expected. So both we won some time to find a solution if one exists.best regards
Thomas