outlook

Iterate through a contacts properties using outlook

I want to iterate through a contacts properties and add those that contain the word "Number" to a list with the value, i tries using reflection but it doesnt work. Sample code below using System; using System.Collections; using System.Collections.Generic; using System.Reflection; using Microsoft.Office.Interop.Outlook; namespace Dupl...

How to purge my junk mail folder of messages in the Cyrillic alphabet (Outlook 2007)?

Recently, my junk mail folder has been filling up with messages composed in what appears (to me) to be the Cyrillic alphabet. If a message body or a message subject is in Cryillic, I want to permanently delete it. On my screen I see Cyrillic characters, but when I iterate through the messages in VBA within Outlook, the "Subject" proper...

Export all contacts as vcards from Outlook

So, I want to export all my contacts from Outlook as vcards. If I google that, I get a bunch of shareware programs, but I want something free that just works. If I'm to code it myself, I guess I should use the Microsoft.Office.Interop.Outlook assembly. Has anyone already code to convert ContactItems to vcards? Edit: I solved it in a c...

How to Create an Outlook Plugin using Delphi?

Hi, 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 Outlook plugin in Delphi, and how to deploy it? Thanks ...

How can I create a context-menu macro in Outlook 2007 for links to open in my choice of browsers?

I want to have the context menu of links provide me an option to open in different browsers, rather than open in my default browser. For instance, Open in --> IE Firefox Opera Chrome Safari etc. ...

SMTP error 554

I'm using MDaemon as out mail server and the last days I get an error "554 Message does not conform to standards" for emails sent from one of the machines. Any idea what may be causing it? Other machines work fine. More info....this is the log file: Mon 2008-10-20 16:11:37: Session 7831; child 1; thread 3908 Mon 2008-10-20 16:11:36: A...

Saving/Organizing/Searching Outlook E-mail outside of Outlook

My company requires me to use Outlook for my E-mail. Outlook does virtually nothing the way I want to do it and it frustrates me greatly. (I'm not trying to start a flame war here, it must do exactly what thousands of CEO's want it to do, but I'm not a CEO.) I would like to be able to automatically extract the thousands of E-mails and...

Send Email in .NET, with email saved in user's Sent Items

Hi, I am attempting to send an email using VB.NET. There are two requirements The email be saved in their "Sent Items" folder in Outlook (their only email client). A PDF (generated on the fly) is attached to the email. I am currently creating a new MailMessage & sending via a SmtpClient, but I believe that this sends from the serve...

Where does Outlook store the VBA code files?

I had a VBA project in outlook with a few email macros - but after a PC crash they are all gone and all I see is a fresh 'Project1' when I hit Alt+F11 I'm not a VBA programmer, but had a collection of handy macros for email sorting etc. I would not like to have to code them again. Anyone know where the code files should be on the filesy...

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 addresses you have stored in Outlook. Do you want to allow this'. By some googling I found few third party COM libraries to avoid this. But I...

Where are Outlook's mail accounts settings stored and how to read them?

If Outlook is installed on a PC, I need to read mail account settings using .NET but without using the Outlook object model. ...

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: %ReasonForRequest% Name of Voluntary Employee: %FirstName% %LastName% Total Coverage Applied For: %EECoverageAmount% Guaranteed Coverage Portion: %GICove...

Starting Outlook and having an email pre-populated from command line.

Is this possible? I want to have the To:, Body, and an Attachment all pre-populated so all the user has to do is click send. Thanks! ...

Outlook Redemption : GetNamesFromIDs

Hello -- I'm trying to get all property names / values from an Outlook item. I have custom properties in addition to the default outlook item properties. I'm using redemption to get around the Outlook warnings but I'm having some problems with the GetNamesFromIDs method on a Redemption.RDOMail Item.... I'm using my redemption session to...

Outlook Express - sending e-mail from the command line

What is the best way to send e-mail using outlook express from the command line? It has to be an automated operation with no user interaction. There will be some .jpg files in attachment. Thanks. ...

How to do Filenet & Outlook integration

Any one have any idea? Or is there any tutorials and documentation on this? Thanks in advance ...

Removing Outlook AddIn Sidebar Header

Hello, I am working on a sidebar AddIn for Microsoft Outlook using Visual Studio Tools for Office. However, I can't figure out how to get rid of the header outlook puts on my sidebar when I show it in Outlook. Here is a screenshot showing the header, which contains the text "Sidebar Program": Sidebar Screenshot. I would prefer that he...

Help updating an event in Outlook 2007 with an iCalendar file

First of all: There is a previous thread with this question, but it looks dead. The guy that asked the question says he figured it out, and hints at an answer, but I could not get it to work. It doesn't seem like SO users have enough incentive to post to the old thread so I am starting this new one. I am sorry if this is not the right th...

How to get photo from GAL onto Outlook mail form?

Outlook 2007 shows pictures of contacts on the right hand side of the mail form. This only works for your personal contacts and if you have photos. Is there a way to hook that picture up to the GAL or AD for the company so that all employees photos show automatically? Hopefully without having to write and deploy a new msg form. ...

User Control in Folder Home Page Doesn't Initialize

I am programming Outlook 2003 using Visual Studio 2008. Add-in uses embedded user control in folder's home page, exactly as it was recommended. Here is HTML code that is using: <html><head><style type="text/css">body{overflow: hidden}</style></head> <body rightmargin = '0' leftmargin ='0' topmargin ='0' bottommargin = '0' onload='OnBod...