G
Guest
Hi,
In VB.net if we want to identify current mail item in outlook, we will use
following code.
Set objApp = CreateObject("outlook.Application")
Set objselection = objApp.ActiveExplorer.Selection
Set objItem = objselection.Item(1)
I am looking corresponding code in C#.
I can able to see only Application.ActiveExplorer and not able to find
..Selection.Item.
Could any body help me. It is urgent.
thanks,
Kannan.
In VB.net if we want to identify current mail item in outlook, we will use
following code.
Set objApp = CreateObject("outlook.Application")
Set objselection = objApp.ActiveExplorer.Selection
Set objItem = objselection.Item(1)
I am looking corresponding code in C#.
I can able to see only Application.ActiveExplorer and not able to find
..Selection.Item.
Could any body help me. It is urgent.
thanks,
Kannan.