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 ...
|
57 Opinion Dsiconsolas.com
Fri, 16 Oct 2009 02:22:29 -0700
Hola mi opinion acerca de dsiconsolas.com es bastante buena, gracias a estos chicos pude tener el cartucho para que mi hijo jugara a todos los juegos, que me descargo de internet. Fueron amables y me digeron donde descargarme los juegos y configurar la tarjeta. Me dieron un pequeño manual que para deciros la verdad ...
|
Creating yearly recurrence appointment
Thu, 15 Oct 2009 13:25:32 GMT
i am creating recurring appointments from my code..
i am following help file from vba editor
every thing working perfectly
except when i select my recuuring pattern
Yearly January 3rd for 10 occurances and start date is today(ie: 10/15/2009)
i am giving like bellow
recurrencePattern.RecurrenceType = ...
|
separate signatures for different accounts
Thu, 15 Oct 2009 01:39:46 -0700 (PDT)
Seems siple enough, having two email accounts, eack having a differnt
signature, and different sender email address, but you cant configure
Outlook to do this!@#$
under tools-options-mail format-signatures, you can create multiple
signatures, but you cant assign them to different email accounts. They
all go t ...
|
Outlctl disabled (Outlook2007 SP2)
Thu, 15 Oct 2009 02:15:20 +0200
Hi
I am try to use outlctl.dll in my app on window (not in Outlook),and it was
worked fine for some time.
Yesterday i have upgraded to SP2 and after opening a message (with double
click) or Reply,
my Outctl control is disabled - can not do anything with them except close
app.
Is that something new or I a ...
|
ItemSend stops working
Wed, 14 Oct 2009 09:40:11 -0700
I've written an ItemSend macro that works great, but occasionally it completely stops responding when an email is sent. Sometimes it's when I first launch Outlook, so it doesn't seem to be a problem that necessarily happens after use. The first part of the macro is very simple, and it fails as well when this happens ...
|
Create a new contact use MAPI?
Wed, 14 Oct 2009 11:50:25 GMT
My application UI have a button, click the button, pop up outlook's new
contact dialog, let user fill their infos then save. Then i want to update my
contact list(add this new one to existing list).
I want to call the contact dialog use MAPI, like you click "new contact" in
outlook "new" menu. I checked code of ...
|
|
|
How to resize the instant search pane on click on the icon to expand/
Tue, 13 Oct 2009 10:53:44 -0400
Hi,
I am trying to learn windows api and message handling.
I had seen an example of custom task pnae in outlook and I tried to add
a custom pane in instant search pane. But when I try to click the icon
to expand/ collpase the search pane, it is not expanding / collapsing
properly. It is responding properly onl ...
|
How to change the Title of a form region at runtime?
Tue, 13 Oct 2009 19:57:15 +1300
OL2007, VSTO C#.
Does anyone know how to change the Title of a form region at runtime? ...
|
Select/Unselect items in ActiveExplorer by code?
Tue, 13 Oct 2009 06:11:46 +0200
Good morning,
is there any way to select or unselect items in ActiveExplorer by
code? For e.g. there are five mails selected by the user, i process
each mail in my add in through a loop like this:
for each Item in ActiveExplorer.Selection
'Do something with the mail
if SomeCondition = True then
It ...
|