Tagged Questions
0
votes
0answers
11 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
0answers
28 views
Outlook Add-in fails when searching Exchange Global Address List
I'm creating an Outlook 2010 Add-In using VS2012.
This Add-in will add all the members of a distribution group to the auto-complete list in Outlook. That's all working but only when debugging in VS ...
-1
votes
1answer
20 views
Outlook 2013 Add-In MailItem
I created an Outlook 2013 AddIn which should read the "location" field of an E-Mail.
I achieved it to get the selected MailItem and to read the subject from it but is there
a way to read the ...
0
votes
1answer
13 views
Outlook add-in vs Form?
I am going to develop an app that sits between a exchange server and outlook performing some additional operations. My extension for outlook will by default send all the mails to my app, it does some ...
0
votes
1answer
25 views
dropdown box in “new” email dialog
I want to add - dropdown menu in "new" email dialog in outlook 2010.
Can any one tell me how can i add dropdown or propulte menu list in new email dialog window.
this selected email (from drop down) ...
0
votes
0answers
27 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 ...
1
vote
1answer
94 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 ...
0
votes
0answers
57 views
How to send email with ribbon button
I am trying to send email with a custom Ribbon Button
so plese tell me how to get send email by this button and get body of mail in in Ribbon button
I am doing this but it not like i want
...
1
vote
1answer
67 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
124 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
14 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
1answer
38 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 ...
3
votes
1answer
71 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 ...
0
votes
0answers
22 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
2answers
74 views
Plugin ribbon control button not showing the image
I have created a plugin button for the outlook in Microsoft.Outlook.Mail.Compose.My problem is i can see the button but not the image.i am returning a bitmap image in the callback method.i also tried ...
0
votes
1answer
69 views
Keep Outlook mailItem property (internet header) from being removed when forwarded/replied
I'm trying to start up a thread of mails defined by the same ID (ID needs to be a specific value equal to the one in our database). I can assign a custom internet header just fine like this:
...
0
votes
1answer
71 views
How to find owner of a shared calendar in appointment and meeting window?
There is no field in the appointment Item or the meeting item that determines the current calendar which i am accessing is shared calendar or my own calendar folder?
How do i get this? Is there is a ...
1
vote
2answers
144 views
Adding text to email.Body messes with the text formatting
I'm trying to replace some text in the body of the email, but whenever I do it seems to screw up the formatting of the signature text. For example, if I try email.Body.Replace("Info", "Information") ...
0
votes
1answer
89 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
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 ...
0
votes
0answers
109 views
Create Meeting Workspace outlook connected to Sharepoint 2010
I want to implement the c# code for the following steps mentioned in this link.
Link
Its about creating a Meeting Workspace in sharepoint from outlook.
I have access to EWS, and also have an ...
0
votes
1answer
27 views
Prevent editing appointments and tasks in outlook
Is it possible to prevent a user from editing appointments and tasks in Outlook. The tasks and appointments are synchronized using an addin we are developing.
We want to make a first release, but we ...
-1
votes
1answer
176 views
access to Message-ID header in Outlook 2010 mail item?
i want to create Outlook 2010's add-in for send Message-Id Header of selected message to my application, how to access to Message-ID header in Outlook 2010 mail item?
0
votes
0answers
72 views
Outlook add-in for In-Late, Leave Early, and PTO events
I am developing outlook add-ins for a client which requires some dedicated event types like In Late, Leave Early, PTO, Unavailable for Outlook. Currently they just use Appointment to mark these events ...
0
votes
1answer
327 views
how to get embed image from current outlook email with c#?
I am developing outlook 2010 add-in with c#.net in visual studio 2010.
I want to get embed image from current email ( not attached) in to my form region.
how to get embed image from outlook email ?
...
0
votes
1answer
373 views
Event bindings not always happening during Outlook add-in startup
I'm developing my first Outlook 2010 add-in using C# and Visual Studio 2010. Thus far my project is going nicely. I have a custom tab in the ribbon, and it updates every time a new message is selected ...
0
votes
1answer
228 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 ...
0
votes
0answers
106 views
How to connect Outlook 2010 with Sharepoint 2007 in C#
I'm trying to build an time logging application through sharepoint 2007.
The Sharepoint app is able to sync with Outlook 2010 Calendar, allowing use to add task and event to their calendar. Then later ...
0
votes
1answer
48 views
Backstage view in outlook 2007
I am developing an outlook 2007 add-in which is based on an existing outlook 2010 plugin. I managed to get most of the features working, because most of them were backwards compatible. However there ...
0
votes
0answers
52 views
Outlook2010 Add-In created in C# shows publisher (none) in Outlook Options > Add-Ins > [click on add-in]
When I go to File>Options>Add-Ins and click on my add-in the publisher is set to (none). However if I look it up in the Control Panel, the publisher is displayed and set correctly.
I have tried ...
0
votes
0answers
55 views
Outlook2010 Add-In created in C# shows publisher <none> in Outlook Options > Add-Ins > [click on add-in]
When I go to File>Options>Add-Ins and click on my add-in the publisher is set to . However if I look it up in the Control Panel, the publisher is displayed and set correctly.
I have tried digitally ...
1
vote
1answer
220 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
205 views
Interop.outlook doesn't clear selected mails at drag and drop
I have a control which I can drop mail items on, works fine but I can't get it to clear the selection / items.
For example:
I drag and drop mail 1 --> mail 1 is in my list
I delecte mail 1 from my ...
0
votes
0answers
101 views
VBA - Delete certain emails from POP3 server
I have two questions:
1. Would it be possible to delete certain emails from POP3 server (any eaxmple(s))?
2. Is there a way to initiate Outlook session and use existing account data (email; password) ...
0
votes
1answer
112 views
How come my outlook add-in only works once?
Ok so I have generated a very simple Ribbon to be added to each new Compose window that a user opens. The ribbon works fine the first time. It has 2 checkboxes on it, lets say the user selects the ...
1
vote
1answer
222 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 ...
1
vote
0answers
111 views
Create additional calendar in MS Outlook 2010 programatically without MS Exchange account
If you're using MS Outlook with MS Mail Exchange account, you're able to either share your calendar to other or to be shared by other. Otherwise, if you're using it with any other type of account ...
2
votes
1answer
90 views
Getting exception when trying to add Outlook 2010 form region (.ofs file) to Visual Studio 2012
I get this message after I click "Finish" on new Form Region wizard
An error occurred while processing file [file path].ofs
Error: Unable to cast COM object of type System._ComObject to
...
0
votes
0answers
49 views
Add a pane in left of ms appointment window when created from my c sharp application
I am creating an outlook appointment on a button click from my application. I want to customize the form region of appointment and want to add a custom pane to the left side with my custom controls.
...
0
votes
0answers
64 views
What is the best way how to preserve meta data in email?
I am developing Outlook 2010 add-in and I need to find some way how to preserve meta data in emails. By meta data I mean for example client name, product name etc. as serialized string. These emails ...
0
votes
1answer
62 views
Outlook add-in reloading
I'm trying to reload add-in to handle my own update runtime (using click once deployment API, but to provide silend updates)
But I've stucked on reloading add-in. My current task is just simple ...
1
vote
1answer
205 views
Outlook Add-In : Get Contact from Mail
I am doing a bit add-in development for outlook 2010 and I'm trying to get the ContactItems associated to an email (MailItem). I think the MailItem.Links collection should return what I want, but it's ...
1
vote
0answers
367 views
C# Outlook 2010 Addin - AppointmentItem.ItemProperties.Add Exception
I am working on an Outlook add-in that adds a Form Region to IPM.Appointment message classes. When this region is showed, it will first add a few properties to the AppointmentItem.
...
2
votes
1answer
323 views
One Ribbon XML for Outlook 2007 and Outlook 2010
I am trying to use Ribbon XML to create custom ribbon on Outlook 2010 and 2007, I have one XML file for the ribbon, and it works fine for Outlook 2010, the ribbon appear and is working. But it is not ...
2
votes
0answers
148 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 ...
1
vote
2answers
76 views
Allowed characters in UserDefinedProperty's Name property
I'm adding a custom property AT FOLDER LEVEL in Outlook 2010. MAPIFolder (and Folder) object has a property named UserDefinedProperties where one can add custom properties, but the problem is that ...
1
vote
1answer
708 views
C# outlook 2010 add-in install all users doesn't load
I am working on a Outlook 2010 add-in.
I have already check this blog. Deploying your VSTO add-ins to All Users (Saurabh Bhatia)
My test environment is the next Win7 64bit with OU2010 32bit.
So I ...
0
votes
0answers
110 views
Outlook add in get current AppointmentItem [closed]
I want to create a RibbonItem (with .NET and Visual Studio 2012) which is active only in Appointment-Forms, so I know for sure that when someone hits the "save"-button, that there is an ...
0
votes
1answer
234 views
Outlook 2010 add-in first time
I need to create an add-in to my outlook 2010.
I have started a new project with office outlook 2010 template, and didn't add any code.
When I click the F5(run) the outlook 2010 application starts ...
0
votes
0answers
149 views
Outlook adding a button without adding a custom ribbon [closed]
I want to create a custom button in the date-section of outlook 2007 and above using VB.NET or C# and VisualStudio 2012. Bad thing is, I can't use VBA to accomplish this.
All I found so far are ...


