G
Guest
Dear team,
This works well in VB6/DLL project in the Contact fields in Outlook:
Application.ActiveExplorer.Selection.Count
but, if I want to transform/copy this to .net (VB) then it says:
"Application" is not declared.
Does anybody have an idea what I need to declare so that I can access the
Outlook object with the DLL I am creating?
Thanks
Michael
This works well in VB6/DLL project in the Contact fields in Outlook:
Application.ActiveExplorer.Selection.Count
but, if I want to transform/copy this to .net (VB) then it says:
"Application" is not declared.
Does anybody have an idea what I need to declare so that I can access the
Outlook object with the DLL I am creating?
Thanks
Michael