Forum: Add-ins for Outlook
March 26th 09, 02:28 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 613
VSTO Add-In Loading Twice
Not using form regions.
However, here is how I solved it:
Started a brand spanking new VSTO Solution and Project, then cut and pasted
my source code back in class by class. Tedious, but it...
|
Forum: Add-ins for Outlook
December 16th 08, 09:27 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 683
Outlook Inbox Flicker, Flashing, Redrawing
It appears it might be related to an Intellipoint bug. Will post findings.
"Ken Slovak - [MVP - Outlook]" wrote:
You can't really buffer the Inbox, if this doesn't occur on all systems I'd
be...
|
Forum: Add-ins for Outlook
December 16th 08, 05:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 683
Outlook Inbox Flicker, Flashing, Redrawing
We have had good success with our Outlook 2007 VSTO Add-In.
However, on some systems, users' inbox contents appear to be redrawing
quickly which results in a flicker effect (restricted to the...
|
Forum: Add-ins for Outlook
December 15th 08, 06:31 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 1,024
|
Forum: Add-ins for Outlook
December 3rd 08, 04:59 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 597
|
Forum: Add-ins for Outlook
December 1st 08, 03:48 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 653
|
Forum: Add-ins for Outlook
November 21st 08, 10:02 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 653
Reading (Displaying) MailItem with Custom Form
Does anyone have any experience displaying an existing MailItem with a custom
MessageClass?
When I filter and retrieve an affected Mailtem, I get an
DISP_E_MEMBERNOTFOUND exception when calling...
|
Forum: Add-ins for Outlook
November 12th 08, 08:08 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 613
VSTO Add-In Loading Twice
All,
I have posted here before and received great advice. However, I am writing a
VSTO Outlook Add-In, and still have an issue where the Add-In loads twice
When debugging and sometimes starting...
|
Forum: Add-ins for Outlook
October 29th 08, 02:52 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 727
Multiple Instances of Add-In Loading
Ken,
You are correct, the add-in is not loading multiple times, the CTP is.
With regard to the Window property, I do not want to interfere wth any other
outside CTPs, so unless I am...
|
Forum: Add-ins for Outlook
October 23rd 08, 04:06 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 727
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...
|
Forum: Add-ins for Outlook
October 10th 08, 04:12 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 743
VSTO Add-In Deployment
Figured it out. Did not select the Office Primary Interop Assemblies as a
Prerequisite. You DO need them, even if Office2007 is already installled on
the target.
"Paulem0071" wrote:
I am...
|
Forum: Add-ins for Outlook
October 10th 08, 03:16 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 743
VSTO Add-In Deployment
I am using VSTO 3.x with for use with an Outlook 2007 Add-In. I cannot
figure out how to deploy the stupid thing.
I have tried Publish. The installation runs, but get a "Not Loaded. A
runtime...
|
Forum: Add-ins for Outlook
September 26th 08, 04:58 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,529
Unique Identifer for Mailitem
Ken,
Thanks to your message, I was able to figure out what is going on, but do
not have a solution:
After removing the filter, I noticed that for messages of IPM.Note,
everything works fine, but...
|
Forum: Add-ins for Outlook
September 25th 08, 09:43 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,529
Unique Identifer for Mailitem
Ken,
Thank you. I receive the error on another machine as well. Other
properties, such as CreateTime work, however. EntryID, Attachments and some
others do not. I am probably accessing the mail...
|
Forum: Add-ins for Outlook
September 25th 08, 03:18 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,529
Unique Identifer for Mailitem
Ken,
Thank you for your reply.
Yes, the Outlook PIA is installed, and just about everything else works
fine. I am using Framwork v3.5 and the code is in a task pane Add-In.
Another error I get...
|
Forum: Add-ins for Outlook
September 24th 08, 10:57 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,529
Unique Identifer for Mailitem
Here is more info, I'm gettting this error (Library not Registered) when
running trying to access MailItem.Display and MailItem.Attachments[x] too.
Thanks a lot
"Paulem0071" wrote:
I need to...
|
Forum: Add-ins for Outlook
September 24th 08, 08:37 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 8
Views: 1,529
Unique Identifer for Mailitem
I need to get a unique identifier for a mailitem, and access to EntryID is
throwing a "Type Library not Registered" error. Here is my code:
Outlook.Folder folder =...
|
Forum: Add-ins for Outlook
September 19th 08, 03:49 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 0
Views: 529
Panel.Width not accurate during runtime
All,
I have a panel in my Outlook Add-In window. I need to get the panel.Width
of the panel, but at runtime it returns the designtime Width, not the Width
adjusted for docking, anchoring etc. ...
|
Forum: Add-ins for Outlook
September 11th 08, 03:44 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 820
Duplicate CustomTaskPane Windows - Help!
During debugging of my Outlook 2007 CustomTask Pane, sometimes it appears
twice in outlook. How do i prevent this from happenng. Have tried all
varieties of:
//see if already loaded
...
|
Forum: Add-ins for Outlook
September 3rd 08, 07:29 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 680
|
Forum: Add-ins for Outlook
August 18th 08, 11:25 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 674
Programmatically C# add shortcut OL2007
Anyone have an example of how to add an Outlook 2007 shortcut programatically
with C#
Have tried to get to it via this.ApplicationObject.ActiveExplorer.Panes with
no luck.
I have identified the...
|
Forum: Add-ins for Outlook
August 12th 08, 11:06 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 680
|