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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top