Where should I begin...?
Fri, 19 Mar 2010 14:58:43 -0400
I would like to develop a small Add-In for Outlook. Where should I
begin? Even something as how to build a "While You were Out" form may
be enough as a start up, though a list of other resources would be
appreciated.
--
holistic
http://forums.slipstick.com
...
|
Outlook 2010 sets own User-Agent in webbrowser control traffic
Wed, 17 Mar 2010 06:53:04 -0700
Hi
I have following problem:
I have a plugin which on one of its screens hosts web browser control (IE).
I invoke Navigate method and display sharepoint page for user to interact. It
works fine on outlook 2003 and 2007.
On machine with clean office 2010 RC installation the same web browser
control sends ...
|
Removing "Research" menu item
Tue, 16 Mar 2010 15:32:01 -0700
Using Outlook 2003 Object Library on a new mail message, the Tools --->
Research menu item is not listed as a control, but is visible on the view.
Has anyone come across where menu items are not available using the Outlook
2003 Object Library?
Any help on this would be greatly appreciated...
Thanks,
Sean ...
|
Is it possible to set a message as sent programatically?
Tue, 16 Mar 2010 01:26:20 +0800
Hello!
I am currently developing an outlook addin in c#
My purpose is to create a message, use a web service to send it and move it
to a folder named "Sent By Web Service".
Everything works except that the message in that forder "Sent By Web
Service" looks like a draft. I want it to look like a sent messag ...
|
Is it possible to set a message as sent programatically?
Mon, 15 Mar 2010 23:48:44 +0800
Hello!
I am currently developing an outlook addin in c#
My purpose is to create a message, use a web service to send it and move it
to a folder named "Sent By Web Service".
Everything works except that the message in that forder "Sent By Web
Service" looks like a draft. I want it to look like a sent messag ...
|
Context menu for new message window
Mon, 15 Mar 2010 09:06:08 -0500
Hi All,
I am developing an add-in for Outlook 2003 and above and would like to add
an item to the context menu of the "new message" window. Is this possible?
We are using Word for the editor and HTML.
Thanks,
Tom
...
|
Outlook add-in open dialogs
Fri, 12 Mar 2010 10:21:12 +0100
Hello NG
On a property page that i have added to the outlook options form, i have a
button. And when the user clicks that button i want the FolderBrowserDialog
to open.
My code:
using (FolderBrowserDialog fbd = new FolderBrowserDialog())
{
fbd.Description = "Select folder";
fbd.SelectedPath = Def ...
|
|
|
Creating a unique appointment for later amendment
Thu, 11 Mar 2010 06:49:32 -0500
Hi,
I have a CRM system that uses a calendar control with the event being stored in a database and also in Outlook so blackberry/iphone can see the appts.
But if the user changes the date/time of the appointment or deletes it with the CRM system I need to easily find the appt in outlook hence the unique sequen ...
|
How to prevent that Outlook is sending before my add-in is finished?
Wed, 10 Mar 2010 02:40:42 -0800 (PST)
Hi,
I made an Outlook AddIn (OL2003 and OL2007) by using VB6 and
Redemption Objects. I need to manipulate the message before sending
(change Body, remove and add attachments). In most cases this works
fine, but in some rare cases there seem to occur problems. It looks
like OL is sending the message before my ...
|
Stop Search folders from disabling every 1-2 days?
Tue, 9 Mar 2010 13:58:48 +1300
2007, VSTO, C#
Is there any way to stop most of my 10 search folders from disabling
(becoming italicized) every 1-2 days?
I don't want that behavior because in non-disabled state they each display
the total number of results in the folder title:
"Milestone 1 Due Today [21]"
If they become disabled th ...
|