G
Guest
I want to develop a aplication with VB.2003 and Microsoft outlook 2003.
I have this code.
Imports OutLook = Microsoft.Office.Interop.Outlook
Imports System.Reflection
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim oApp As OutLook.Application = New OutLook.Application
End Sub
But when Button1_Click is Execute I reveived a error. What is missing in
this code?
I have this code.
Imports OutLook = Microsoft.Office.Interop.Outlook
Imports System.Reflection
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click
Dim oApp As OutLook.Application = New OutLook.Application
End Sub
But when Button1_Click is Execute I reveived a error. What is missing in
this code?