| Thread | Last Post | Replies |
|
| A Custom Form for Reading and Replying to Emails | 27 Feb 2009 14:40 GMT | 3 |
Background: My workplace receives a large number of helpdesk emails. To streamline the process I am trying to create a custom form that behaves exactly like the default Outlook 2007 email reading and replying forms except that when I open the emails the form parses the
|
| Need to get info into a calendar from an appt form with custom fields | 27 Feb 2009 01:23 GMT | 1 |
I have created a custom form with custom fields bound to controls that the user updates (I made the second page, P.2, my main page that pops up when it's opened). But, when I save the appointment, it shows up blank on the calendar, and not at the time that the user has put in. How ...
|
| Acessing correct explorer instance from client extensions | 26 Feb 2009 14:31 GMT | 1 |
I have a query regarding ActiveExplorer() instance in Outlook 2003 & Outlook 2007. We have a custom store and old client extension code written in C++. This works fine for all Outlook versions.
|
| Invoke custom Form Region from a click event | 25 Feb 2009 16:34 GMT | 4 |
I have created an Outlook 2007 custom form region of type IPM.Note in outlook 2007 and imported it in a VS2008 outlook addin project. Now I would like to programmatically invoke the custom form region in a mailitem inspector. I am attempting to do this on the click event of a ...
|
| VSTO Outlook 2007 | 25 Feb 2009 15:12 GMT | 1 |
Hey I'm using C#, Visual Studio 2005 Professional. I installed VSTO 2005 SE and its runtime from Microsoft Downloads. I created a Outlook add-in and in it I added a User Control. Its code is.
|
| Command Button | 25 Feb 2009 15:06 GMT | 1 |
I'm new to this code thing, but I've created a form that I want users to be able to fill out and then submit back to me with the click of a submit button. I created a command but and it works as long as I'm using the computer that I created it at. But when I put it on my web ...
|
| Customizing Subject Field | 25 Feb 2009 15:04 GMT | 1 |
I want to customize outlook 2003/2007 in such a way that subject filed contains pull down menu and we have to select subject text from that. can we do it in outlook. I will appreciate your comments
|
| What do I need? | 25 Feb 2009 15:03 GMT | 1 |
What do I need to develop Outlook 2007 add-in using VSTO. I'm using Visual Studio 2005 Professional Edition. What software/patches/libraries are required?
|
| Custom Appointments Form | 24 Feb 2009 23:10 GMT | 4 |
I have create a new calendar folder that I want to use to keep track of the projects that I work on during the day. I would like to create a custom form that would allow me to record the following information: Project Name
|
| outlook 2007 vsto C# | 24 Feb 2009 15:43 GMT | 1 |
Hey where can I get tutorials on VSTO developing add ins for Outlook C# using Visual Studio 2005 Professional??? I have been searching lately and couldn't find any... Any tutorials on the internet??? for a beginneR :) ... Thanks
|
| URL of sharepoint task | 23 Feb 2009 15:22 GMT | 1 |
How do I find the url of a sharepoint task within an outlook add-in using code?
|
| Faster Folder traversal | 22 Feb 2009 21:58 GMT | 3 |
I'm having a performance problem with an Outlook AddIn. We need to find all the MailItems – fast. The solution below is very slow due to “x as Outlook.Item” call. Is there a faster way to do this?
|
| Outlook send event capture from Customized Ribbon 2005 C# | 21 Feb 2009 21:49 GMT | 3 |
I am uaing Customized Ribbon 2005 C# and Outlook 2007 COM Add-in. My code is working fine. Further in my development I would need to capture the Outlook's send button's click event in New mail window. I am trying to show a message to users before the mail send, also I am
|
| Folder Home Page | 20 Feb 2009 18:01 GMT | 3 |
Hey Everyone - thanks in advance for the help. I'm working on an existing addin that was written for outlook 2003. It took advantage of folder home pages by displaying many of the pages in html by setting a folder home page. Their look is similar to the Outlook today page.
|
| Outlook 2003 - custom forms - task assign button dissappears | 20 Feb 2009 15:24 GMT | 3 |
I'm new to Outlook forms, but have just about got the hang of it. The problem I have is that I have designed a form which contains the To.. button and To... text box and when I run the form from the designer using Forms/Run Form, the Assign Task button is present on the ribbon ...
|