PC Review
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Coding the 'send/receive' button
Forums
Newsgroups
Microsoft Outlook
Microsoft Outlook Form Programming
Coding the 'send/receive' button
![]() |
Coding the 'send/receive' button |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
is there a way to put code behind the 'send/receive'
button in Outlook 2000? CMC |
|
|
|
#2 |
|
Guest
Posts: n/a
|
You could create your own button with whatever code you want behind it
but you can't modify the actions of a built-in button. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginners Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "CMC" <anonymous@discussions.microsoft.com> wrote in message news:158901c3df88$6ae49f20$a601280a@phx.gbl... > is there a way to put code behind the 'send/receive' > button in Outlook 2000? > > CMC |
|
|
|
#3 |
|
Guest
Posts: n/a
|
Hi,
"Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag news:O4iPzC53DHA.1404@TK2MSFTNGP11.phx.gbl... > You could create your own button with whatever code you want behind it > but you can't modify the actions of a built-in button. > > "CMC" <anonymous@discussions.microsoft.com> wrote in message > news:158901c3df88$6ae49f20$a601280a@phx.gbl... > > is there a way to put code behind the 'send/receive' > > button in Outlook 2000? I think Ken is right (in every case *smile*) ... but (having ol.xp or ol.2k3) you can write code triggered of the application Item_Send event. Isn't it possible with ol.2k? Thanx Michael |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Not always right
![]() Item_Send can be trapped in Outlook 2000. A new button can also be created with whatever desired code behind it and the default button can be disabled or made invisible (.Visible = False) and the custom button can be used to replace the default button. That's what I do with my Reminder Manager Outlook addin. If the Outlook version is 2002 or later I find the "Reminder Window" button in the View menu and replace it with my own "Reminder Manager" button. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginners Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Michael.Kensy" <michael .kensy@nospam.de> wrote in message news:uzhUA$$3DHA.1768@TK2MSFTNGP10.phx.gbl... > Hi, > > "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag > news:O4iPzC53DHA.1404@TK2MSFTNGP11.phx.gbl... > > You could create your own button with whatever code you want behind it > > but you can't modify the actions of a built-in button. > > > > "CMC" <anonymous@discussions.microsoft.com> wrote in message > > news:158901c3df88$6ae49f20$a601280a@phx.gbl... > > > is there a way to put code behind the 'send/receive' > > > button in Outlook 2000? > > I think Ken is right (in every case *smile*) ... but (having ol.xp or > ol.2k3) you can write code triggered of the application Item_Send event. > Isn't it possible with ol.2k? > > Thanx Michael > > |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Hi Ken,
looks like I misunderstood what he wants to do .. "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag news:u3VkQjC4DHA.2700@tk2msftngp13.phx.gbl... > Not always right ![]() .... > That's what I do with my Reminder Manager Outlook addin. If the > Outlook version is 2002 or later I find the "Reminder Window" button > in the View menu and replace it with my own "Reminder Manager" button. ahhh ... you finished developing? ... have been waiting for unpatiently last year ... *smile* .... will have a look next days ... thanx Michael |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Yes, Reminder Manager has been released and is currently at version
1.3.1. You can get information about it at http://www.slovaktech.com/remindermanager.htm. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginners Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Michael Kensy" <michael .kensy@nospam.de> wrote in message news:eiXn3DH4DHA.4084@TK2MSFTNGP11.phx.gbl... > Hi Ken, > > looks like I misunderstood what he wants to do .. > > "Ken Slovak - [MVP - Outlook]" <kenslovak@mvps.org> schrieb im Newsbeitrag > news:u3VkQjC4DHA.2700@tk2msftngp13.phx.gbl... > > Not always right ![]() > ... > > That's what I do with my Reminder Manager Outlook addin. If the > > Outlook version is 2002 or later I find the "Reminder Window" button > > in the View menu and replace it with my own "Reminder Manager" button. > > ahhh ... you finished developing? ... have been waiting for unpatiently last > year ... *smile* > ... will have a look next days ... > > thanx Michael > > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


