Coding the Send/Receive button

  • Thread starter Thread starter CMC
  • Start date Start date
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
 
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
 
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
 
Back
Top