Tagged Questions
0
votes
0answers
11 views
how to deploy updates to office addins / versioning & building workflow
I wrote an Office Outlook 2010 Addin in VB .net in VS 2012 and use the publish option of VS to create a folder that contains "setup.exe" and the "Application Files" folder to deploy it on other ...
0
votes
0answers
121 views
Programmatically Using Track Changes Comments in Outlook 2013 Add-in
I've developed a VSTO Outlook add-in that uses the track changes comment functionality of Word to highlight certain keywords in emails. This works great in Outlook 2010, but not in Outlook 2013. When ...
0
votes
1answer
103 views
CRM Outlook Add-in: where to get the list of idMso values?
I need a list of idMso values to further customize the CRM ribbon on the standard mail and appointment Outlook windows.
Specifically I am interested in these controls:
"CRM" group
"Untrack" button
...
5
votes
1answer
414 views
Deploying Outlook addin to a Citrix XenApp installation
I created an Outlook addin. It does nothing special, just adds a menu with one menu item. I followed the installer creation tutorial from ...
2
votes
1answer
399 views
Where is Advance Find on Outlook 2013
I have got an outlook addin which uses Advance Find exe which comes with Outlook 2003. Now I am going support for outlook 2013 and found that there is 'Advance Find' exe coming with OL2013.
Do you ...
2
votes
0answers
147 views
In outlook 2010 How to provide a hyperlink to an email attachment “B” attached inside another email “A” from within the body of email “A”
In outlook 2010,
"I attach an email "B" as an attachment inside an email "A". Now if I want to provide a hyperlink to this attachment email "B" from within the body of email "A", how do I do it ?
I ...
4
votes
1answer
934 views
Can't Debug Application-Level Add-in for Outlook
This is the first time I am using .NET to create an Application-level Add-in for Outlook. By using a tutorial I wrote down some code and it was successfully build, but I was unable to debug the code. ...
1
vote
1answer
93 views
Outlook folder for sent tasks
Does anyone know what Folder Outlook stores its Sent Tasks in? I'm trying to design an addin that includes providing an new interface for tasks the user has sent out.
1
vote
1answer
268 views
Outlook Events not firing when Exchange loses connectivity
We recently noticed an issue with Outlook 2007 eventing that causes it to not trigger events when Exchange connectivity is lost and then recovered. If you attach a listener to Folder.Items.ItemAdd ...
1
vote
1answer
76 views
Whether it is possible in Microsoft. Office. Interop. Outlook.userproperties to add an array
Whether it is possible in Microsoft.Office.Interop.Outlook.UserProperties to add an array/list of integer numbers and how? Usage of type OlUserPropertyType.olEnumeration leads to an exception at a ...
3
votes
1answer
1k views
Event on “Item Sent” in Outlook
I'm using ApplicationEvents_11_ItemSendEventHandler (see http://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.applicationevents_11_itemsendeventhandler.aspx) to do some processing ...
2
votes
1answer
318 views
How to alter a MailItem being displayed in the preview pane or opened
I am attempting to write an AddIn that can modify an Outlook MailItem when it is loaded (either through a preview pane or through it being opened). Here is the code that I have so far, but I can't ...
1
vote
0answers
54 views
Reading an Outlook AppointmentItem RecurrenceState taking ages [duplicate]
Possible Duplicate:
Reading an Outlook AppointmentItem property is taking a very long time
I've updated this question here ...
1
vote
1answer
154 views
Security warning on custom Preview Handler
I wrote my own preview handler on .NET for Outlook 2007/2010 and XP/Vista/Windows7
When an e-mail with an attachment requires my handler to visualize it an alert says:
"you should only preview files ...
1
vote
2answers
2k views
80040154 Class not registered ERROR in Outlook 2010 Add In
I am using Visual Studio 2010 to create a Outlook 2010 Add In. I try to create a new Outlook AppointmentItem to work with thinking that I can add it to the calendar eventually.
...
2
votes
0answers
200 views
Customizing Business Contact Manager 2010?
Questions:
Is it possible to add an auto-increment field to a BCM form? I need to have an auto generated identifier for each Opportunity.
Is it possible to track emails on an Opportunity level? I'm ...
0
votes
2answers
823 views
Searching Outlook 2010 Meeting Request Events c#
I will check in Outlook (for Outlook Addin), in a meeting request (MeetingItem / AppointmentItem), the recipients when they were added.
I am searching for an event / possibility in the MeetingItem / ...
2
votes
3answers
2k views
VSTO 2003-2010 add-in compatibility
I want to create an Office add-in compatible with Office 2003, 2007 and 2010. VS2008 allows for add-in 2003/2007 creation while VS2010 allows 2007/2010. I have both installed.
I have developed ...
2
votes
1answer
882 views
VSTO Outlook: Creating a dynamic custom context menu for a mail item determined by subject line
Is it possible to add different items to a mail item custom context menu by inspecting the contents of the item?
For instance, only add the item if the subject line contains "IMPORTANT".
0
votes
1answer
267 views
Help file like Microsoft Office's
I am developing an Outlook add-in and I want to create a help file for it. Currently I am using CHM file.
Is there a tool to create help file like Microsoft office's? If not, how can I create a ...
1
vote
2answers
3k views
Creating outlook item with custom Message Class IPM.CustomClass
I am using VSTO 3.0 for outlook2003 addin. Is it possible to create an item with custom Message Class IPM.CustomClass.
The following article mentions about form configuration files to create custom ...
9
votes
5answers
7k views
Can I add a custom “Send” button to Outlook?
I'm creating a secure message alternative to email for my organization. We exchange confidential patient information with outside treatment providers. To protect privacy, we cannot use email for ...
2
votes
2answers
2k views
Application.ActiveInspector() is Null on Outlook Ribbon Load
Is it possible to access the ActiveInspector at the time of ribbon load. Application.ActiveInspector() returns proper value when I use custom form but does not for default contact form.
I need the ...
1
vote
1answer
748 views
Outlook Add-in development issue
I am reading the book "Programming Applications for Microsoft Office Outlook : 2007". In the sample code..
private void Application_ItemContextMenuDisplay(
Microsoft.Office.Core.CommandBar ...
