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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -