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, 07:05 PM   #1
CMC
Guest
 
Posts: n/a
Default Coding the 'send/receive' button


is there a way to put code behind the 'send/receive'
button in Outlook 2000?

CMC
  Reply With Quote
Old 20-01-2004, 08:06 PM   #2
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Coding the 'send/receive' button

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



  Reply With Quote
Old 21-01-2004, 09:19 AM   #3
Michael.Kensy
Guest
 
Posts: n/a
Default Re: Coding the 'send/receive' button

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


  Reply With Quote
Old 21-01-2004, 02:03 PM   #4
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Coding the 'send/receive' button

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
>
>



  Reply With Quote
Old 21-01-2004, 10:50 PM   #5
Michael Kensy
Guest
 
Posts: n/a
Default Re: Coding the 'send/receive' button

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


  Reply With Quote
Old 22-01-2004, 03:14 PM   #6
Ken Slovak - [MVP - Outlook]
Guest
 
Posts: n/a
Default Re: Coding the 'send/receive' button

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
>
>



  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