Tagged Questions
Microsoft Outlook is a personal information manager from Microsoft, available both as a separate application as well as a part of the Microsoft Office suite.
23
votes
13answers
17k views
Can I read an Outlook (2003/2007) PST file in C#?
Is it possible to read a .PST file using C#? I would like to do this as a standalone application, not as an Outlook addin (if that is possible).
If have seen other SO questions similar to this ...
19
votes
7answers
10k views
Outlook autocleaning my line breaks and screwing up my email format
I'm sending an email using the dotnet framework. Here is the template that I'm using to create the message:
Date of Hire: %HireDate%
Annual Salary: %AnnualIncome%
Reason for Request: ...
16
votes
2answers
585 views
How does the “send page by email” feature in Internet Explorer choose to send as the body of an email, or as an attachment?
When using the "Send page by email" feature in Internet Explorer for pages within our application that include a Crystal Reports ASP.Net viewer, it drafts the email in Outlook with the web page as an ...
13
votes
1answer
236 views
_MailAutoSig Bookmark missing (Outlook 2010)
I wrote an addin a while back for Outlook that adds/removes an optional tagline below the signature in an outlook message. This add-in works with no issues.
I'm writing a second add-in that needs to ...
12
votes
5answers
6k views
Drag'n'drop one or more mails from Outlook to C# WPF application
I'm working on a windows client written in WPF with C# on .Net 3.5 Sp1, where a requirement is that data from emails received by clients can be stored in the database. Right now the easiest way to ...
10
votes
5answers
3k views
How to Create an Outlook Plugin using Delphi?
I'm working on a database project and I need to create Outlook 2007 plugin that saves the current previewed message into my database.
Can someone give me a step-by-step guide on how to create an ...
10
votes
6answers
2k views
Interacting with Outlook appointments using rails
I have a rails application running on a Linux server. I would like to interact with Outlook/Exchange 2003 appointments from the rails application. For example, certain actions should trigger sending ...
9
votes
2answers
454 views
If terminating a hung thread is a good idea, how do I do it safely?
My Delphi program relies heavily on Outlook automation. Outlook versions prior to 2007-SP2 tend to get stuck in memory due to badly written addins and badly written Outlook code.
If Outlook is stuck, ...
9
votes
4answers
9k views
What can cause Outlook to change a COM-addin's LoadBehavior to 2 - other than unhandled exceptions?
For some weeks now we have been fighting with an issue where at a small number of customers our Outlook addin gets unloaded and disabled for yet undetermined reasons. By "disabled" I mean that Outlook ...
9
votes
7answers
5k views
Read from .msg files
I need to read from Outlook .MSG file in .NET without using COM API for Outlook (cos it will not be installed on the machines that my app will run). Are there any free 3rd party libraries to do that? ...
8
votes
4answers
2k views
COM Interop without regasm
I'm a limited user, and I need to write an Outlook macro that exposes a C# library in Outlook 2003 and 2007.
I do not have any admin privilges at all, not even at install time, so I can't run ...
8
votes
6answers
2k views
“display:none” content copied to clipboard, visible when pasted
I'm having a problem with non-displayed HTML elements being copied to the clipboard, and then displayed when the content is pasted into MS Word, Outlook, etc.
For example:
<p>Hello</p>
...
8
votes
6answers
11k views
.NET: Get all Outlook calendar items
How can I get all items from a specific calendar (for a specific date).
Lets say for instance that I have a calendar with a recurring item every Monday evening. When I request all items like this:
...
7
votes
1answer
293 views
How to download unread email attachment using Exchange web service in ASP.NET?
I am using Exchange Server 2007 SP3
and I am able to connect exchange web service using following code
ExchangeServiceBinding esb = new ExchangeServiceBinding();
esb.RequestServerVersionValue = new ...
7
votes
3answers
868 views
ICS in Outlook being sent as a .msg file
I have an application, it is creating an ICS similar to the following:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:test1234@gmail.com
...
7
votes
2answers
2k views
VSTO: process mail using newmailex before outlook rules move mail
I am creating an addon for Outlook 2007 that reads a mail item when it is received, and then rewrites it. The addon works great, and rewrites the mail for items that do not have an Outlook rule that ...
7
votes
1answer
7k views
CalDav on Outlook?
I'm looking for a good way to view CalDav calendars within Outlook. I'm aware of the OpenConnector (www.openconnector.org) project, but have not been happy with it thus far (re: stability issues ...
7
votes
3answers
2k views
MS Outlook macro to strikeout selected text
The task is to apply strikeout to current font in selected text area.
The difficulty is that Outlook doesn't support recording macros on the fly - it wants code to be written by hand.
For example, ...
7
votes
2answers
10k views
Sending Outlook meeting requests without Outlook?
I just wonder if it is possible to send Meeting Requests to people without having Outlook installed on the Server and using COM Interop (which I want to avoid on a server at all costs).
We have ...
7
votes
1answer
2k views
Modifying Microsoft Outlook contacts from Python
I have written a few Python tools in the past to extract data from my Outlook contacts. Now, I am trying to modify my Outlook Contacts. I am finding that my changes are being noted by Outlook, but ...
7
votes
3answers
21k views
How to Embed Image in Outlook Signature?
Is it possible to create an HTML email signature for Outlook 2003 or above that doesn't reference external images?
That is, using those special "cid" reference but embed the image itself in the ...
7
votes
7answers
9k views
How to avoid Outlook security alert when reading outlook message from C# program
I have a requirement of reading subject, sender address and message body of new message in my Outlook inbox from a C# program. But I am getting security alert 'A Program is trying to access e-mail ...
7
votes
2answers
4k views
Creating a Outlook .MSG file in C#
I've been tasked with writing a outlook .MSG files from XML files that have associated metadata. I've tried using the Aspose library, but all of the exposed MapiMessage properties are read only. Using ...
7
votes
8answers
1k views
Inbox Management (in Outlook)
I've gone back and forth between having an organized inbox and having an inbox with absolutely everything I've received in it.
Would you recommend leaving everything in an inbox, or organize it? ...
6
votes
1answer
157 views
Character coding conversion error when using Emacs with Outlook
I'm currently using outlookedit.el to roundtrip e-mails from Outlook in order to remain sane when corresponding with people. It is working beautifully except for when I have to use special characters, ...
6
votes
2answers
604 views
How to programmatically get a contact's picture in Outlook 2010?
How can you get a contact's picture from Outlook and save it to a file?
Thanks!
6
votes
1answer
6k views
Outlook VBA - Get Details Of Current Active (Or Open) Email
I am completely stuck as to how to retrieve details of an email which is either currently selected or open. In fact, I can't find any details on how to access an email. It seems you can traverse the ...
6
votes
2answers
933 views
Enumerating Outlook Mailbox using Visual Studio
I have the following class which is intended to return the subject line of all the emails in a folder
It is Visual Studio 2008 against Outlook 2007 running on Windows 7 64bit
using System;
using ...
6
votes
3answers
1k views
Sending Emails in Sharepoint
I need to know what is the best practice for sending emails from my sharepoint webparts and/or customized features.
Should I just use the normal .Net classes to send email ? or is their a better way ...
6
votes
3answers
2k views
How can I avoid Outlook's security warning when sending email programmatically?
I send email through Outlook using VB.Net 2005; this is working fine. At the same time, however, I receive the following message:
A program is trying to automatically send Email on your behalf.
Do ...
6
votes
5answers
4k 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 ...
6
votes
3answers
337 views
Markdown in outlook
Because this is not the kind of company where wiki's are accepted, we tend to do a lot of communication through outlook. Sending code snippets through it is painfull.
Is there some way to get the ...
6
votes
3answers
4k views
Create an EML (E-Mail) File in Java
Anybody knows how to do this? I got all the information of the email (body, subject, from , to, cc, bcc) and need to generate an eml-file out of it.
6
votes
11answers
8k views
How do I format a String in an email so Outlook will print the line breaks?
I'm trying to send an email in Java but when I read the body of the email in Outlook, it's gotten rid of all my linebreaks. I'm putting \n at the ends of the lines but is there something special I ...
6
votes
14answers
923 views
What emails clients are being used out there?
This is not "exactly" a programming question, but it's highly related. We are writing an app that sends out email invitations for a client (no, it's not spam). Their designer gave us an HTML and CSS ...
5
votes
2answers
166 views
5
votes
5answers
272 views
Is there a way to automatically re-send an email according to certain rules with Outlook 2007 and MS Exchange?
I am looking for a solution to the following problem:
My manager wants to automatically send a second message when he sends an email to X and there is no response in two days. If there is no further ...
5
votes
1answer
103 views
Can a .net program written for windows work on osx?
I recently wrote a small app which will grab contacts from microsoft Outlook and then create a csv and email to the head office.
The app works a treat but the only issue we have is some of our sales ...
5
votes
1answer
115 views
Outlook Recipient test: always succeed / always bounce
I am writing JUnit tests and would like to have an Outlook email recipient that will always succeed and a different one that will always bounce as undeliverable.
For the "always succeed," I think ...
5
votes
2answers
370 views
Techniques for integrating an ASP.NET intranet app with the Outlook calendar
I can ignore the braying of my users no longer. They want a task scheduling system and at some point I have to deliver. I was thinking of making my own (can't be hard), but then users would have two ...
5
votes
1answer
323 views
How to deploy custom Outlook Social Connector Provider
I have developed a simple outlook provider using C# 4.0 and VS 2010 but I am not able to create successfull installation package. I have read a lot of documentation, including links below and I have ...
5
votes
1answer
344 views
Reading mails from outlook progamatically using C#
I am trying to create a program that reads my mail from Microsoft Outlook so that I can move them into different folders based on thier contents. I am using Microsoft.Office.Interop.Outlook 12.0, ...
5
votes
1answer
2k views
Building Forms for Outlook 2007
I was just introduced to the concept of Outlook forms. I don't know if this will solve my problem but here is what I want to do:
I want to be able to have employees who are inside the company fill ...
5
votes
2answers
803 views
Creating a WPF Textbox Control like Outlook email recipient textbox
I'm looking to create a WPF textbox control that acts similar to the email recipient textboxes in Outlook (the To, Cc and Bcc inputs). I don't necessarily care that much about auto-completion (i've ...
5
votes
2answers
341 views
How to best future proof my application that needs to connect to Outlook?
I have a contact management application written in Delphi which has a “Sync with Outlook” feature that I developed 10 years ago. Now, I’m going back to add some features and fix some bugs. This sync ...
5
votes
2answers
232 views
Undelete a contact in outlook
I have an application written in Delphi that adds / updates contacts in outlook. The problem I'm having is that if the contact has been deleted in Outlook, the code still finds the contact and ...
5
votes
3answers
743 views
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 ...
5
votes
3answers
220 views
Save images in Outlook 2007
Programmatically, of course.
Having already asked this question on superuser, I'm looking at writing a simple macro to pull down the displayed image in an HTML message (email or feed) in outlook ...
5
votes
5answers
5k views
Microsoft Office Interop Assembly references
I have an application developed in Visual Studio 2005 which I am deploying using ClickOnce. My solution contains two projects - a user interface layer coded in VB, and a class library coded in C#. My ...
5
votes
3answers
5k views
Start Outlook with c#
Can I make C# start Outlook in the code?
In VB6 we use object 'Outlook.Application' and write:'
Set oOutlook = CreateObject("Outlook.Application")
Set oNameSpace = oOutlook.GetNamespace("MAPI")
...