ole - How to open Outlook message from an external applicatin -


I want to send Outlook to Outlook from a external app to open a special message in the original viewer. I have an entry ID of the message, does anyone have to do this? I have searched around and I can not find any guidance.

Some of the following (VB scripts) must work:

  Set App = CreateObject ("Outlook.Applicatiobn") Set NS = App.GetNamespace ("MAPI") Set NS.Logon Message = NS.GetItemFromID (YourEntryId) Message Display (True)  
< / Div>

Comments

Popular posts from this blog

winforms - C# Form - Property Change -

javascript - amcharts makechart not working -

java - Algorithm negotiation fail SSH in Jenkins -