Right-align form region?
Sat, 10 Oct 2009 13:23:57 +1300
OL2007, VSTO C#.
I have a 355 pixel wide form region for the main Outlook window that sits
below the Email Body preview pane.
When the user enlarges the Email Body preview pane more than 355 pixels wide
(e.g. to 700), there is a lot of white blank space to the right of the form
region. Is there any way I ...
|
Set "Assigned To" for a Contact Item
Fri, 9 Oct 2009 12:13:55 -0700 (PDT)
I have a custom contact item form that I would like to set the
"Assigned To" field on. It's not part of the ContactItem object model
so I think I have to use the PropertyAccessor.
Here is my code:
Set oItem = oApp.CreateItemFromTemplate("C:\Contact.oft", oFolder)
schemaN = "http://schemas.microsoft.com/m ...
|
Address book search customization
Fri, 9 Oct 2009 08:55:42 -0500
Hi all,
Is it possible to capture the address book search event? If so can we chain
a custom search should the the query not return any results?
Thanks,
Tom
...
|
why outlook change forward mail
Fri, 9 Oct 2009 12:38:30 +0530
In outlook addin if i select a mail in active explorer and click on forward
button then outlook will create a new mail which contains contents of
selected mail.
I can access new mail in onnewinspector. If i change body of new mail
(either in onnewinspector or item_open) then body of new mail is change. But
...
|
Can I embed ribbon item into form region?
Fri, 9 Oct 2009 15:00:36 +1300
OL2007, VSTO C#.
I have a custom drop-down item on the read email ribbon that appears when
the user opens an email, allowing the user to select a custom "Processing
Department" tag for the email. They can choose one of 15 custom
classifications.
I also want that drop-down icon to appear when a user is pr ...
|
"Outlok like" control - users(contacts) resolving
Wed, 7 Oct 2009 23:28:47 -0700 (PDT)
Hi ALL,
I'm using VSTO 2005, C# 2.0 WinForms, Redemption for Otulook.
I have winForm - mail message ( looks like Outlook' inspector ),
which concists TO field, CC filed, Subject field and Body field.
I need to develop control ( the TO field ) that will behave like an
Outlook's TO field.
For resolving user ...
|
How to provide instant search like feature in outlook 2003?
Mon, 5 Oct 2009 01:39:28 -0400
Hi, Actually I need to support search facilty for outlook 2003 like
instant search feature in outlook 2007. Can anyone guide me in the right
direction on how to implement this? Thanks in advance
--
madhavi
http://forums.slipstick.com
...
|
|
|
disable a menu in active inspector
Wed, 7 Oct 2009 20:38:46 +0530
In my outlook addin code, if i disable a menu in active inspector(say
edit->copy) when open a mail the menu is disable.
After that i remove the code to disable that menu from my addin. But now if
i open any mail then edit->copy menu is disable for each mail. Is there no
way to change this menu status for sin ...
|
Why is OL not keeping the correct sender account?
Wed, 7 Oct 2009 07:00:21 -0700 (PDT)
Hello,
I like to manipulate a mail before sending. But after modifying
(subject, message, attachments), the e-mail gets allways sent using
the default account and not using the selected account (VB6 COM AddIn
using Redemption Objects):
To trace the problem I made a little routine to find out which sender
c ...
|
Attach addin to outlook 2007 editor
Wed, 7 Oct 2009 05:52:01 -0700
In old outlook I could attach and sinkevents on the outlook editor as this
was word.
In outlook 2007, its not "word" but a "wordbased" editor. Can anybody tell
me how to make an addin that loads when the editor gets started? ...
|