outlook

Outlook Contact Export to CSV format differences

Outlook 2003 and Outlook 2007 allow you to export your contacts to CSV format. Is there a difference between the two or is this in fact the same format; in other words, are they backward compatible or did Outlook 2007 create some new fields that Outlook 2003 would have trouble importing? ...

Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook

Hi, I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other folder based on some predefined rules. My question is, will the user that will be accessing same email account using the Outlook (Exchan...

how to set bold and italics when using the outlook interop from C#

I have the following C# code to launch an outlook window. The one think i want to add it to have certain part of the text bold and italics. how would i do that through this API? Microsoft.Office.Interop.Outlook.Application oApp = new Microsoft.Office.Interop.Outlook.Application(); Microsoft.Office.Interop.Outlook...

How to can I upgrade my Outlook 2007 VSTO addin to a new version

I created a setup project (not ClickOnce) for VSTO addin for Outlook. I installed setup.exe. Then I build the setup project with increased version, and I installed this version. In Add/Remove programs I see the latest version, but in Outlook I see the previous version of the addin. How can I upgrade the addin in Outlook? Thanks ...

JS Calendar Outlook control

Hello can you share your experience about javascript outlook calendar like control I have to add such a control to one project but don't have any experience at the moment 10x in advance ...

How do I access an Outlook email attachment in C# without saving it to a new location?

I am using Microsoft.Office.Interop.Outlook in C# to access a mailbox and find messages with specific file attachments. I need to interact with the attachments. Currently, I am saving the file to a new location and accessing it from there. This copying process is slowing me down. I'd ideally like to access the file from wherever it is ...

Re-signing app during install vsto

I have created a fairly simple Outlook AddIn and during the install I need the users to enter a couple of configuration settings. The problem I have is when it comes to the install I get an error saying that the computed hash in the manifest doesn't match (basically because I have changed some of the settings from when the dll was first ...

Create tasks in microsoft outlook using .NET

How can i send task /appointments to Microsoft outllook using dot net ? I searched in net and found that we can do this with Microsoft Outlook 10.0/11.0 Object Library http://www.vbdotnetheaven.com/UploadFile/sridhar_msd/TaskInOutLook07022007023227AM/TaskInOutLook.aspx http://www.codeproject.com/KB/cs/sendtaskspgmticly.aspx Now my q...

VSTO Outlook Add In Problem

I am running into problems with an Outlook Add In I created. Somehow Outlook doesn't shut down properly. I've seen all the postings about using ReleaseComObject and such. ==== UPDATE ==== I tried the whole thing again, creating a new empty project in a new solution and now, after some time after shutting down Outlook the following Erro...

Integrating pocket outlook and C# application

Hello Folks, I am hoping someone can help me by pointing in the right direction with a problem I have I want to be able to create appointments using Outlook\Exchange server and sync those to my device using pocket outlook. On the device I want to be able to open the appointments application on the device, clicking on a menu option and ...

HELP! "The custom error module does not recognize this error."

(Please consider this a courtesy more so than a question, but still, please add your advice!) If you hit "The custom error module does not recognize this error" in Outlook Web Access, and you're in Firefox; then your session probably just timed out! You just wrote a big email!!! If you go BACK, all form fields will be BLANK! AHHHH!!!...

How to disable security pop ups of MS Outlook in C#?

How to disable security pop ups of MS Outlook using C#? I am getting the security pop up, while trying to initiate outlook task to be created using my c# application. (Using Microsoft Office Outlook 11.0 Object Library)) Screen would looks like Thanks ...

Disable NEW options in document library

I need to disable new item creation (new document) and Connect to Outlook in a specific document library. I would like to remove the button completely if possible, but will settle for disabling it by eliminating the "Create a new document" dropdown as well as the on-click function of the New button itself. The code provided here does...

Microsoft Office Namespaces

Hello everybody! I really need your help with this. I'm from Germany and my working place uses Microsoft Outlook 2003 SP3 to send emails. We often insert a signature but some customers can only see "OUR COMPANY" when they open our emails. I guess it's because they dont use Outlook..or a program that doesnt open these namespaces... Is ...

Saving Form Region Data in Outlook 2007

I am creating an Outlook 2007 add-in that adds a form region to an appointment that a User creates. What is the best way of storing & associating the data that the User inputs in my form to the appointment they have generated. ...

bactch print for "Outlook calendar printing assistant"

I'm using "Outlook calendar printing assistant" to organize my daily work list then print into a paper every morning, just wondering if the print job can be done automatically through some kind of batch command line? ...

Enumerating the items under a selected group header in Outlook 2007 with VBA

The ActiveExplorer.Selection returns a count of 0 if the selection is a group header. Does anyone know if it's possible to enumerate the items under that group header using VBA or an add-in? ...

Windows Mobile 6.1 Outlook Contacts VS Messenger Contacts

So on my phone, in contacts, it has all my outlook contacts with phone numbers as well as all my live messenger contacts. Now some of these contacts are in there twice. So I said to myself "self let's create my own contact app and ignore the live messenger ones. I will have a cleaner phone book" While iterating through outlook.contacts....

Outlook 2007 / 2010 custom view email address

Is there way to display custom column in inbox with senders e - mail? Or better use From name from contacts if it is found on the basis of senders e - mail? Cause sometime sender has so dummy name in "From", sometime it´s empty etc. ...

Find out what outlook items are opened?

Under MS exchange system manager, you can see current logons for an store (in my case a public store). You can add a column called "Open Messages". Is there any way to tell what these are? from the server (exchange end) or the client (outlook)? I need to find out as my VSTO outlook add-in as a hook on this item and i need to remove it. ...