Coding the Send/Receive button

C

CMC

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
 
C

captainjsw

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
 
C

captainjsw

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
 
Top