R
Ricardo Trujillo
I need to do this in C#. How can I do it?
Private Sub TestLocalEventHandler()
Dim m_olApp As New Outlook.Application()
AddHandler m_olApp.NewMail, AddressOf _
Me.EventHandlerNewMail
RemoveHandler m_olApp.NewMail, AddressOf
Me.EventHandlerNewMail
End Sub
Thanks in advance!!!
Ricardo trujillo
Medellin-Colombia
Private Sub TestLocalEventHandler()
Dim m_olApp As New Outlook.Application()
AddHandler m_olApp.NewMail, AddressOf _
Me.EventHandlerNewMail
RemoveHandler m_olApp.NewMail, AddressOf
Me.EventHandlerNewMail
End Sub
Thanks in advance!!!
Ricardo trujillo
Medellin-Colombia