G
Guest
Hi,
here is what happening on OL2003 with VB:
I have this function:
Private Sub oMailItem_Current() Handles oExplorer.SelectionChange
oMailItem = oExplorer.Selection.Item(1)
End Sub
For each click on a new mail the focus is lost! I dont understand why, and
that only happen when I attribute oExplorer.Selection.Item(1) to a variable.
Somebody could help me on that problem please
Thank you
here is what happening on OL2003 with VB:
I have this function:
Private Sub oMailItem_Current() Handles oExplorer.SelectionChange
oMailItem = oExplorer.Selection.Item(1)
End Sub
For each click on a new mail the focus is lost! I dont understand why, and
that only happen when I attribute oExplorer.Selection.Item(1) to a variable.
Somebody could help me on that problem please
Thank you