A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 22 of 22
Search took 0.09 seconds.
Search: Posts made by: Paulem0071
Forum: Add-ins for Outlook March 26th 09, 02:28 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 613
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
Hide Title Bar for CustomTaskPane VSTO

All,

Is there a way to hide the title bar on a CustomTaskPane using VSTO (Windows
XP, Office 2007).

Thank you.
Forum: Add-ins for Outlook December 3rd 08, 04:59 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 597
Posted By Paulem0071
VSTO Ribbon - Any way to Get Control that Has Focus, or Selected T

I am using VSTO with Outlook 2007

Is there a way to access the control that has focus in a particular
Outlook.ContactItem?

I am trying to get whatever phone number the user has selected from the...
Forum: Add-ins for Outlook December 1st 08, 03:48 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 653
Posted By Paulem0071
Reading (Displaying) MailItem with Custom Form

Yes, that is a typo.

Also, I am getting objects returned.

Is the proper way to display a mail tiem (that is, open it as if you double
clicked on the message in the inbox),...
Forum: Add-ins for Outlook November 21st 08, 10:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 653
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
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
Posted By Paulem0071
Modify Context Menu of Reading Pane - Outlook 2007

Sue,

Thank you for your reply. That is exactly what I ended up doing. Works
really well!

"Sue Mosher [MVP-Outlook]" wrote:

That menu is not exposed to developers, and I've seen no reports of...
Forum: Add-ins for Outlook August 18th 08, 11:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 674
Posted By Paulem0071
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
Posted By Paulem0071
Modify Context Menu of Reading Pane - Outlook 2007

Does anyone have any idea how to modify the context menu of the reading
pane--that is, the area of the Outlook screen where you read the message. I
would to invoke a third party telephony...
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT +1. The time now is 11:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.