V
Vishal Joshi
The NewInspector Event of Inspectors doesn't trigger when i select HTML
WIth Word Editor Option for Outlook 2000.
But without word editor option it works fine.
How to handle that event for HTML with word Editor (outlook2000)?
Any Help?
My code is............
Private WithEvents colInsp As Outlook.Inspectors
Private Sub IDTExtensibility2_OnConnection( _
ByVal Application As Object, ByVal ConnectMode As _
AddInDesignerObjects.ext_ConnectMode, _
ByVal AddInInst As Object, custom() As Variant)
Set OLApp = Application
Set colInsp = OLApp.Inspectors
End Sub
Private Sub colInsp_NewInspector(ByVal Inspector As Outlook.Inspector)
'code...................
end sub
WIth Word Editor Option for Outlook 2000.
But without word editor option it works fine.
How to handle that event for HTML with word Editor (outlook2000)?
Any Help?
My code is............
Private WithEvents colInsp As Outlook.Inspectors
Private Sub IDTExtensibility2_OnConnection( _
ByVal Application As Object, ByVal ConnectMode As _
AddInDesignerObjects.ext_ConnectMode, _
ByVal AddInInst As Object, custom() As Variant)
Set OLApp = Application
Set colInsp = OLApp.Inspectors
End Sub
Private Sub colInsp_NewInspector(ByVal Inspector As Outlook.Inspector)
'code...................
end sub