T
tony_pez
First timer be gentle. I have this code I am trying to put into a
vb.net addin for ol2003. I get the error Outlook.Application and
Outlook.Selection is not declared. I have installed the PIA's and made
sure they are pointing to the GAC. Any ideas would be apreciated.
Imports Extensibility
Imports System.Runtime.InteropServices
Imports Microsoft.Office.Core
Imports Microsoft.Office.Interop.Outlook
Public Sub SendToSpam()
Dim objOL As Outlook.Application
Dim objSelection As Outlook.Selection
Dim objMsg As Object
Dim objNewMsg As Object
vb.net addin for ol2003. I get the error Outlook.Application and
Outlook.Selection is not declared. I have installed the PIA's and made
sure they are pointing to the GAC. Any ideas would be apreciated.
Imports Extensibility
Imports System.Runtime.InteropServices
Imports Microsoft.Office.Core
Imports Microsoft.Office.Interop.Outlook
Public Sub SendToSpam()
Dim objOL As Outlook.Application
Dim objSelection As Outlook.Selection
Dim objMsg As Object
Dim objNewMsg As Object