Tagged Questions
1
vote
1answer
15 views
Changing Load Location of Outlook plugins
We have created a VSTO Plugin for Outlook. Is it possible to make Outlook look a directory outside of C:\Program Files for the location of plugins?
0
votes
0answers
12 views
Outlook 2010 VSTO installer crashing
One of our clients just got a new machine. It's Windows 7 64 bit. He has Office 2010. When trying to install our Outlook addin, the VSTO installer crashes with the following errror:
Problem Event ...
0
votes
0answers
17 views
Open Outlook ContactList Form in a custome form in VSTO
I'm developing an Outlook add-in using VSTO ( by visual studio 2010 for outlook 2010). I added a new windows form to my project with a button and I want to open outlook "contacts list" form (shown in ...
0
votes
1answer
62 views
Outlook AppointmentItem— how do I add some data into the RTF mail body when “send” is clicked
I develop an outlook Add-in use the VSTO with C#.
Step 1: I create a ribbon for appointment explore,when the ribbon button is clicked,read a .rtf file and insert the .rtf file into the Appointment ...
0
votes
1answer
41 views
How to remove non existing store from Outlook
I know how to remove a store from Outlook by using _namespace.removestore([folder]), which is working fine.
But what can I do if the store does not exist as a physical file on disc anymore? In that ...
1
vote
2answers
40 views
How to refresh reading pane content in Outlook 2010
We use redemption tools to populate stub-mails with real content. After calling RDOMail.Import(...) on the selected item, we close and reopen the preview (reading) pane in outlook using
...
0
votes
1answer
24 views
Outlook, multiple add-ins squabbling over the “Send” button
I have two Outlook addins; a 3rd-party one (actually harmon.ie) and one that was built in my firm. Both respond to the "Send" button in Outlook. At the moment, when a user clicks "Send", harmon.ie ...
0
votes
1answer
38 views
blocking inactivating outlook add-in
I am writing a add-in for outlook. I want to ask password before inactivating the add-in. if password is not correct, Add-in shouldn't be inactive. While inactiving add-in it is firing ...
0
votes
1answer
20 views
Access Categories from shared calendar?
I can access the Category collection by using the following:
Globals.ThisAddIn.Application.Session.Categories
But if I have delegate access to another calendar, how can I get the list of categories ...
0
votes
3answers
64 views
Outlook Addin - How can I set “High Importance” on email sent using C# in VSTO
I want to know how do I set the headers of email on click on checkboxes. I have created required checkboxes in FormRegion.
Example:
I have checkbox named HighImportance, on click of that I want to ...
0
votes
2answers
60 views
Can't find the list of most (all?) tab names for the ribbon in Office
After some heavy googling, I've concluded that I'm unable to locate information on the id names for the different components of the ribbon in Office.
For instance, even though the following XML ...
0
votes
2answers
53 views
Outlook Addin: Working with threads
I'm working on an Outlook Addin, and I have to process a large amount of items. This takes quite a lot of time, and I therefore tried to have the processing running in a different thread (using ...
0
votes
1answer
26 views
Outlook AddIn: How can I call InvokeRequired?
In my Outlook 2013 VSTO AddIn, I have this code:
Private Sub ThisAddIn_Startup(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Startup
Task.Run(Sub() DoStuff())
End Sub
Private ...
0
votes
0answers
55 views
How do I enable/disable my Ribbon Buttons in Outlook after ribbon loads
I have an Outlook Add-in created with VSTO. Using the Ribbon Designer I have created a tab with several controls (buttons etc) on it. (Environment: Outlook 2010/2007, .NET 4.0, VSTO 2010 runtime)
I ...
0
votes
1answer
42 views
Outlook Addin: Iterating over items of a fodler doesn't return all items
I have a folder with 800+ items. When seen via Outlook, I can see only ~40 items, with the message "There are more items in this folder on the server" appearing at the bottom of the items list.
When ...
0
votes
0answers
25 views
Outlook 2007 add-in vsto combobox
Is it possible to have a comboBox for each open mail and add the content of the combobox to the mailbody? the comboBox can be located in the ribbon bar or in a popup window.
i'm using visual studio ...
0
votes
0answers
56 views
Can I attach a custom view in outlook Task Pane in outlook Add-in
I'm just starting out with office add-in development, and I'd like to be able to add my custom usercontrol to the existing task pane in outlook (2010) - can this be done?
For clarification, I'd like ...
1
vote
1answer
49 views
VSTOR 4 Framework MSI Deployment via Group Policy
I developed an Outlook 2010 Add-In, which is going to be deployed on hundreds of machines.
In order to deploy the add-in, I made use of the Microsoft's ClickOnce mechanism.
The add-in relies on ...
1
vote
1answer
129 views
How to programmatically set a custom icon on an Outlook search folder? (i.e. Outlook Folder SetCustomIcon)
I am attempting to use the Folder.SetCustomIcon() method to place a custom icon on a saved search folder I programmatically created. The SetCustomIcon() documentation is very sparse but can be found ...
1
vote
1answer
86 views
How to find all mail items 1 year or older using Outlook's advanced find?
I am programmatically creating a new explorer window to find all items that are 1 year or older.
Outlook.Folder folder = ...
2
votes
2answers
279 views
Outlook Add-in, RibbonType Microsoft.Outlook.Explorer and Microsoft.Outlook.Mail.Read
I have an Outlook 2010 Add-in coded in .NET 4.0/VS.NET 2010, C#. The Add-in extends the Ribbon => it adds a RibbonTab with 4 RibbonButtons to (RibbonType Property is set to) Microsoft.Outlook.Explorer ...
1
vote
0answers
17 views
Check to make sure only one inspector is open
I'm writing an VSTO Outlook Addin and I open up my own inspector (form) to have the user put in information. How can I check to make sure an instance of the form isn't loaded before opening another?
1
vote
0answers
182 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 ...
1
vote
1answer
43 views
Inconsistent Outlook Addin Event Firing
On my development machine I have the FormInitializing and FormShowing events firing before RibbonLoad. I created a setup package in VS 2010 and installed on a vanilla Windows 7 Ultimate with Outlook ...
1
vote
1answer
55 views
Switch To Outlook Calendar using VSTO
I have a CustomTaskPane that I have added to Microsoft Outlook 2013. This pane includes a WPF Calendar control that when double clicked I would like it to switch from the current Outlook view (Mail) ...
3
votes
1answer
100 views
Meeting Notice Being Sent Even Though I Have Set Cancel in Item_Write
I'm setting the Cancel check in the Item_Write event handler for a meeting request because if I set the Cancel to true in Item_Send, the meeting window closes. What I'm trying to do is prompt the user ...
1
vote
0answers
18 views
How to get notified when the message body is changed in an outlook addin?
I have an outlook add in that I want to be able to have a word counter or a notification to the user when the message body of the mailitem reaches a certain amount of words.
Is there any event ...
0
votes
0answers
29 views
How do i find the current open meeting item is cancel meeting item or deleted meeting item?
How do i find the current open meeting item is cancel meeting item or deleted meeting item?
I need to find this via outlook object model.
Thanks a lot for your help in advance !
0
votes
1answer
56 views
Is it possible to find the time an email was first modified/read in Outlook?
I am currently working on a very simple C# add-in for Outlook that will iterate specific folders and output specific details about messages to a CSV file. I have that part complete, however I was ...
1
vote
1answer
122 views
How to exit VSTO add-in
Is there a better way to close VSTO add-in for Outlook 2010 from the add-in code than throwing an exception?
I don't like to throw exception because Outlook may think that my add-in is not stable.
...
0
votes
1answer
251 views
VSTO Outlook: Get selected attachment
I'm trying to do an action on a selected attachment in outlook 2010.
I created an Outlook VSTO project in VS2012.
This is the XML for adding a button on the attachment ribbon:
<?xml version="1.0" ...
0
votes
1answer
242 views
c# Outlook add-in custom Icons with custom Region Form
I'm developing an Outlook 2010 addin in Visual Studio 2010.
I have created a custom Form Region that is going to implement the messageClass called:
IPM.Note.Archivado
This class is going to be ...
0
votes
0answers
24 views
Outlook VSTO CuatomTaskPage rendering bug
I show a grid in Outlook vsto add-in.
The grid is located on a CustomTaskPane
The grid contains a list with some checkboxes (I am using a DataGridView)
After a while when i open an item (meeting), the ...
1
vote
1answer
217 views
Deployment of VSTO plugin via Advanced Installer
I am attempting to create an install package for a VSTO add-in I've written for Microsoft Outlook 2010 and 2013. I wish for it to be simple to upgrade this plugin as it will be deployed to a great ...
0
votes
1answer
106 views
Get start dates of a recurring appointment in outlook
I am using an VSTO outlook addin and have a need get data when sending an item. I am able to capture the appointment that I send at this event.
this.Application.ItemSend += this.Application_ItemSend;
...
0
votes
1answer
114 views
outlook 2007 - how to send personalized mails using mail template and data form DBMS
I'd like to send an email by using vsto outlook addin.
There will be multiple recipients and data about recipients from DBMS.
In mail template there will be a keywords should be replaced with ...
0
votes
1answer
113 views
outlook 2010 form region cancel button event
I am sure this is a really simple question as I am new to VSTO. I have developed an outlook 2010 separate form region which has its own button on the ribbon bar. It all works fine except I cannot for ...
0
votes
1answer
164 views
Restrict to list Folders under Inbox
In here comes every folder details.Now I wanted to Restric it only list "Folders under Inbox"
Actually now i wanted to list folders under inbox.(I created folders under inbox.I don't want to show ...
1
vote
0answers
150 views
Get Outlook folder details using LINQ
I wanted to get Outlook folder details(User Created Outlook Folder Names) using Linq query,There's no any error but expected result not achieved,
Some example in this site but it doen't get my ...
0
votes
1answer
260 views
Get list of all Outlook Custom Folders
I'm writing outlook addin for Outlook 2010,Now i wanted to Get All Outlook Custom Folders ( Custom folders means folders created by users.)
I saw some helpful post in Stackoverflow,I tried that ...
0
votes
1answer
128 views
Custom Ribbon in Outlook VSTO goes 'missing' if not in VSTO project's root?
I have a bare bones VSTO Outlook Add-in. I've added an empty Ribbon via this article and it works.
The Ribbon.cs and the Ribbon.xml files currently reside in my project's root but if I move them to ...
1
vote
1answer
102 views
Failed to access mail object MAPI from calling function
I'm going to access Outlook MAPI folder and get mail address.Here is my method
public static string GetSenderEmailAddress(Microsoft.Office.Interop.Outlook.MailItem mapiObject)
{
...
5
votes
1answer
532 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 ...
1
vote
1answer
210 views
How to read an rtf from a file and insert it into a body of an Outlook item?
I am attempting to write an Outlook Add-In that has functionality very similar to the insert signature feature of Microsoft Outlook. I best and most detailed thread I found discussing something ...
1
vote
3answers
318 views
OpenSharedItem for opening .MSG files showing Error in Outlook C#
I am using the following code to open the signed/unsigned
Outlook messages and I display the content in WebBrowser control.
Microsoft.Office.Interop.Outlook.Application app = new ...
3
votes
3answers
2k views
Outlook 2013 add-in with VS 2010
Sorry for asking such a stupid question, but i googled for about two hours and couldn't find an answer to my question:
How can i develop an Outlook 2013 add-in?
I have an add-in which was created in ...
1
vote
1answer
417 views
Add ribbon (tab) to contact form outlook addin
I am trying to add a ribbon/tab in outlook contact in C#. I added a ribbon and in its xml i have written following code.
<tab idMso="TabAddIns" label="mySoftwareTab">
<group ...
0
votes
1answer
253 views
Can't remove contacts from an address book in Outlook 2010
I can add a contact to a address book but for some reason I can't remove it. The code I'm executing is as follows.
String abName = "Name ofthe targetted address book";
Outlook.Folder addressBook;
if ...
1
vote
1answer
232 views
Outlook Event is not getting fired on click of custom button
I am developing a Microsoft Outlook Add-in, where I have added one button in Add-In tab name OPENISMS. I could see the button, however on click the event is not getting fired. I have no clue why it is ...
1
vote
1answer
292 views
How do I get the Outlook.MailItem from a new Compose window?
I am trying to capture the MailItem object from my Add-In. I tried looking in the Globals.FormRegions but didn't really get anywhere. Any clue how to access the Outlook.MailItem in a new Compose ...


