|
Add folder to favorite folders
Hello,
Is there a way to add a folder to the "favorite folders" pane
programmatically?
thanx,
Koen...
|
5 |
10/29/2008 7:48:03 PM |
|
Multiple Instances of Add-In Loading
All,
I am using a CustomTaskPane (CTP) wth Outlook 2007 and VSTO. The CTP loads
as a sidebar on the right side of the screen.
My issue is that sometimes two of the CTPs load. Here is my ThisAddIn_Startup
code (note the attempts at prevention of duplcate CTPS)
Outlook.Explorer explorer = this.Application.ActiveExplorer();
if (this.CustomTaskPanes.Count > 0)
{
...
|
4 |
10/29/2008 5:42:21 PM |
|
Modify Outlook Ribbon
Where can I find an example of the xml to modify the Ribbon for a Contact.
I'd like to add a button to the default Communicate Group.
...
|
2 |
10/29/2008 1:01:10 PM |
|
C++ and Explorers
Can someone please point me to an example pof using C++ and catching
Explorer events in a Com addin.
...
|
6 |
10/28/2008 2:08:55 PM |
|
Ribbon icon size
Is the a document that describes what sizes etc I need to design my icons
for in the Ribbon bar ?
...
|
2 |
10/27/2008 8:47:26 PM |
|
how to set outlook 2003to cannot send mail without subject,attachm
how to set outlook 2003to cannot send mail without subject,attachment at
client side...
|
3 |
10/27/2008 2:50:01 PM |
|
Events for Preview Pane
Are any events associated with the Preview Pane ?
Is it a pseudo Inspector ?...
|
2 |
10/26/2008 8:23:34 PM |
|
Create OlItemType.olMailItem via Redemption
Hi,
WinXP SP2, Outlook 2003, .NET 2.0 C#.
I have win application that one of it feature is open mailItem window
( inspector ).
Currently i do the next:
Microsoft.Office.Interop.Outlook.Application app = new
Microsoft.Office.Interop.Outlook.Application();
MailItem mItem =
(MailItem)app.OutlookInstance.CreateItem(OlItemType.olMailItem);
mItem.Subject = "bla bla bla";
.............
|
2 |
10/26/2008 8:22:34 PM |
|
Create OlItemType.olMailItem via Redemption
Hi,
WinXP SP2, Outlook 2003, .NET 2.0 C#.
I have win application that one of it feature is open mailItem window
( inspector ).
Currently i do the next:
Microsoft.Office.Interop.Outlook.Application app = new
Microsoft.Office.Interop.Outlook.Application();
MailItem mItem =
(MailItem)app.OutlookInstance.CreateItem(OlItemType.olMailItem);
mItem.Subject = "bla bla bla";
.............
|
1 |
10/25/2008 9:22:41 PM |
|
Disabling Exchange client extension from add-in
Hello,
I'm writing an add-in to OL2003. When doing some activity, I need to disable
temporarily one of the Exchange Client Extensions (PGP, if it matters).
Is there some way to do it programatically?
Thanks,
Nec
...
|
11 |
10/25/2008 6:54:37 PM |
|
Microsoft Outlook Add in for Data Collection and Publishing wpmt
I am trying to utilize the Collect Data via e-mail function and keep
receiving the following error:
"The Microsoft Office Access Outlook Add-in is disabled in Microsoft Office
Outlook 2007. To collect data by using e-mail messages in Microsoft Access
2007, verify that this add-in is installed and enabled from within Office
Outlook 2007."
I have tried to remediate via the Trust Cent...
|
2 |
10/24/2008 11:55:00 AM |
|
Outlook 2007 add-ins help please
Please I need some help to create Auto BCC / CC for Outlook 2007 to send
outgoing emails is an email add-in that automatically adds BCC and/or CC
recipients to your email messages basing on simple rules created by you.
So is there any other way instead of buying this add-in to create a rule or
a code to my outlook 2007??? and if there is a code how can I add it to my
outlook 2007??
Tha...
|
4 |
10/22/2008 3:16:35 PM |
|
Getting a handle on a form region
Outlook 2007, VS2008 with VSTO
I know about creating form regions, associating them with custom message
classes, adding controls to them, using the FormRegionShowing event to fill
the controls with data and so forth.
I'm having difficulty making some fundamental connection that I'd appreciate
pointers to information about.
I have buttons on the ribbon that are going to take action w...
|
2 |
10/21/2008 2:29:56 PM |
|
Customize Outlook Native UI?
Hey All,
I was wondering if it is possible to add custom panes to the Outlook window.
For example, one can choose options to view the 'Folder List' or the
'Preview Pane'. Is it possible to add custom panes or would one have to /
be better off just implementing their own forms and tabs?
Thanks,
TC
...
|
3 |
10/21/2008 12:31:05 AM |
|
Adding a custom picture to command bar button
Anyone has any idea on how to a add a custom picture/icon to a command bar
button?
Thanks,
Andrew...
|
4 |
10/17/2008 5:14:01 PM |
|
Outlook Add in 2003 fails to load
I have an outlook add-in for 2003 which works fine when Outlook is launched
by the user. However, when an external program such Active Sync launches the
outlook process, the add-in's load behaviour in the registry changes to 2 and
does not change back when the Outlook is launched again by the user. To fix
the problem I have to go to the registry and change the load behaviour back
to 3 or...
|
10 |
10/16/2008 8:35:03 PM |
|
C# Add-in for outlook to search and create a link
hi All,
I am new to C#. I am using Visual Studio 2008 with visual studio tools for
office and outlook 2007. I want create a add-in that will search incoming
messages and find the text with something like "pdfile://1234" and make it a
click-able link, and when the link is clicked launch a event handler that
will open another application to fetch the document.
I found some examples here ...
|
1 |
10/16/2008 5:58:01 PM |
|
Can not add CommandBar if "Word 2003 to read Rich Text e-mail" is selected.
Hi,
I have to add CommandBar in inspector (Outlook 2003).
I am handling "NewInspector" event and getting handle of inspector.
I face problem when i receive an e-mail with Rich Text and open it.
As Word 2003 is selcted as default editor to read e-mails with rich
Rich Text, whatever CommandBar I add to the inspector is not visible.
inspector.IsWordMail() -> returns me false.
inspecto...
|
7 |
10/16/2008 1:54:48 PM |
|
Capture new category event
Hi
Is it possible when a user enters a new Category, for me to fire some code
as I want to keep an external list of all categories (As I want other users
to have access to this list).
Thank you.
David...
|
4 |
10/16/2008 8:49:27 AM |
|
publish content of an email
To publish content of an email to somewhere (for example, MOSS), is outlook
plugin the only way to go? Are there any existing engines/packages for
achieving that?
Any experience sharing on this will be appreciated....
|
4 |
10/15/2008 5:40:43 PM |
|
Saving msgs in a folder
Hi,
I have a .msg file and would like to save this in a .pst file. I also
would like this to be moved to a particular folder. How can I achieve
this with a COM add-in?
Outlook version used : 2003
Thanks in advance,
Raja...
|
2 |
10/15/2008 5:25:24 PM |
|
Developing Plug-In for Outlook 2003 and 2007
For developing Plug-in for both Outlook 2003 and 2007, do we need to develop
2 different versions or can one package be developed to support both?
And what would be the recommended dev tools for doing such programming?...
|
3 |
10/15/2008 3:29:01 PM |
|
Customizing the preview pane
In the preview pane for email Outlook displays a Messenger circle next to
the persons name.
How can I add my own button to the right of the persons To or From name ?
...
|
2 |
10/15/2008 11:38:00 AM |
|
Business Address: Format
My dev group has developed and addin for Outlook 07 that enables 'Contact'
fields to be merged into MS Word 07 templates. The addin works fine however
the second line within the 'Business Address' field is including a leading
space when merging the field data into the Word template.
This is an example of how the fields are setup in the Template:
<FullName>
<CompanyName>
&l...
|
5 |
10/14/2008 8:10:17 PM |
|
Outlook 2007: pbm with installation of backup utility (pfbackup)
Hi everybody,
just got new PC with Vista.
I installed the pfbackup utility on my Outlook 2007.
the installation process went fine, and the utility seems to be installed
and present in the list of programs installed, as seen in the control panel.
however, the backup command is not available in the File menu.
I tried several times to desinstall and re-install it, closing then
relau...
|
1 |
10/14/2008 3:00:40 PM |