Outlook addin formregion as a drop down
Tue, 20 Oct 2009 23:04:03 -0700
Hi,
I am developing an addin for Outlook in C#,
I have created a form region as a "Separate" FormRegionType, I want it to
show up as an action with a drop down.
can anyone please help me with this ? ...
|
Conflicts - Exchange/ Add-ins/ Rules
Tue, 20 Oct 2009 14:50:38 -0700 (PDT)
I have noticed now with Outlook 2007 that it conflicts with
everything:
1. I am connected to an Exchange 2007 server, I have many Outlook
rules that automatically move emails from certain domains to sub-
folders with in my mailbox (not in PST). However when Outlook moves
the message a sync-conflict is creat ...
|
asd
Tue, 20 Oct 2009 05:33:26 -0400
asd dcdscv vsdcvdsvcdv
--
madhavi
http://forums.slipstick.com
...
|
How to provide custom functionality on click of "New"?
Tue, 20 Oct 2009 03:17:13 -0400
Hi,
I am developing an outlook addin in c#
I need to take some custom action, when user clicks ?New? button or
presses ?CTRL + N? instead of displaying a new mail message. As there is
no onclcik event for commandbarpopup, I tried to add onAction property
as follows. But when I run the addin in debug mode, I am ...
|
Outlook 2007 Meeting Item Send Button
Mon, 19 Oct 2009 14:29:38 -0700 (PDT)
I am not having any luck capturing the event when a user presses the
large size "Send" button an a meeting form. I get the event for the
menu "Send" command, but not the button.
I am assuming that it is probably poorly formed XML string I am using
in the IRibbonExtensibility_GetCustomUI function. I have played ...
|
Delete key in form region textbox deleting email instead
Tue, 20 Oct 2009 00:59:31 +1300
OL2007, VSTO C#
I have a number spinner in a form region. If the user tries to delete some
text in it with the delete key on the keyboard, Outlook instead has been
deleting the email.
If have tried to intercept the following events to no avail:
bool nonNumberEntered = false;
private void numericUpD ...
|
Integration with 3rd-party controls
Sat, 17 Oct 2009 16:37:01 -0700
I am new to Outlook programming. I have a question about creating 2007
add-ins with 3rd-party controls such as Infragistics editable windows
datagrid in Outlook form (custom form. I guess)? All the information I read
so far, it seems all the add-ins pretty much is focus on interacting Outlook
built-in obje ...
|
|
|
Displaying a field from the field chooser programmatically
Fri, 16 Oct 2009 10:27:52 -0700
Basically when you open a email, right below the subject line I want to see a field "billing information" from the All Mail Fields in the field chooser. I don't want it appended to the subject or in the body of the email. Is there a way to do this programmatically? Thanks
EggHeadCafe - Software Developer Portal o ...
|
Alignment in Combobox
Fri, 16 Oct 2009 15:51:39 GMT
Hi,
I m creating a plugin for Outlook.
I have following Question please help me out
Question 1:
I have added a combobox(Office::msoControlComboBox) to my Outlook toolbar.
But when I set the caption to the combobox the alignment of dropdown(the list
that popups on click of down arrow in combo) expands to ...
|
Refesh problem of ribbonX or not?
Fri, 16 Oct 2009 09:41:44 GMT
I create a commandbar on EXPLORER and the it have a button, the button have
two state icon. Now in any new INSPECTOR also have the same button(Ribbon).
EXPLORER is full screen, and new mail's INSPECTOR is smaller than EXPLORER ,
and i can see the both of the two button. I change the button state icon in
INSPECTO ...
|