J
Jon Ebersole
I have successfully written an Add-In for Outlook 2003 using VB .Net.
Everything seems to be working well, except for one minor issue; I can't seem
to disable the send button's check for a blank to, cc, or bcc files within my
override of the Send event in a MailItem.
My application adds a command bar to the main Outlook menus. It has a single
button on it, that when clicked, creates a new MailItem. Within that new
MailItem, i want to be able to hit the send button, even if there are no
values in the to, cc, or bcc fields. By default, Outlook displays the
following error message...
There must be at least one name or distribution list in the To, CC, or BCC
box.
I want to disable or override the Send button and Send pull-down menu's
check for those fields not being blank. I can disable them and turn
visibility off and even add my own buttons to get around the issue, but I
don't want to do that.
Does anyone know how to disable this automatic check to see if the To, CC,
and BCC fields are blank within Outlook through code?
Everything seems to be working well, except for one minor issue; I can't seem
to disable the send button's check for a blank to, cc, or bcc files within my
override of the Send event in a MailItem.
My application adds a command bar to the main Outlook menus. It has a single
button on it, that when clicked, creates a new MailItem. Within that new
MailItem, i want to be able to hit the send button, even if there are no
values in the to, cc, or bcc fields. By default, Outlook displays the
following error message...
There must be at least one name or distribution list in the To, CC, or BCC
box.
I want to disable or override the Send button and Send pull-down menu's
check for those fields not being blank. I can disable them and turn
visibility off and even add my own buttons to get around the issue, but I
don't want to do that.
Does anyone know how to disable this automatic check to see if the To, CC,
and BCC fields are blank within Outlook through code?