PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook Form Programming Coding the Send/Receive button

Reply

Coding the Send/Receive button

 
Thread Tools Rate Thread
Old 20-01-2004, 06:47 PM   #1
CMC
Guest
 
Posts: n/a
Default Coding the Send/Receive button


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
  Reply With Quote
Old 18-02-2004, 02:19 AM   #2
captainjsw
Guest
 
Posts: n/a
Default Re: Coding the Send/Receive button


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


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/

  Reply With Quote
Old 18-02-2004, 02:19 AM   #3
captainjsw
Guest
 
Posts: n/a
Default Re: Coding the Send/Receive button


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

-----------------------------------------------
~~ Message posted from http://www.ExcelTip.com
~~View and post usenet messages directly from http://www.ExcelForum.com

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off