how do u program the 'Send/Receieve' button in Outlook
2000? - i want to promt the user with a message when
clicking that button?
-cmc
captainjsw - 18 Feb 2004 02:19 GMT
HI CMC,
For sending you can use the item_send function
Function Item_Send()
msgbox ("send pressed")
End Function
Not sure what you mean by the receive button
Joh
captainjsw - 18 Feb 2004 02:19 GMT
HI CMC,
For sending you can use the item_send function
Function Item_Send()
msgbox ("send pressed")
End Function
Not sure what you mean by the receive button
John
------------------------------------------------