outlook

How do I open the "Save As" dialog box in Outlook using VSTO and get the user entered filename

I'm creating a VSTO add-in for Outlook. As part of this add-in, I need to be able to allow the user the save a grid as a CSV file. When the user clicks on the "Export" button on the grid, I want to pop up the "Save as" dialog box, allow the user to select a file/enter a file name and location. When the user clicks ok, I need a way for my...

Exporting contacts from database to outlook using php

Hi guys I'm building a facility to be able to generate a csv file for import into outlook. However the thing is that my web application allows the user to enter unlimited contact entires i.e a contact can have unlimited telephone addresses, emails and other user defined fields which apprently aren't in outlook - yet I need a way to be ab...

How to get new mail using VS office tool

I'm writing an outlook addin office VS 2010 Office tools. Here I find a way to list of unread emails from Inbox, but I want to process only new mails. What I'm trying to do is - when an email comes with subject containing "my project", it should create a task. Here is my code void Application_NewMail() { string filter ...

Outlook Addin Deployment

Hi all. Just developed a outlook addin, but now i am trying to create a setup project. i follow the tutorial from http://www.supinfo-projects.com/en/2006/add_in_outlook_2007_en/introduction/ , but when i try to install a error occurred ( Error 1001. Cannot set the security policy. --> Cannot create the security code group 'OutlookPanel'....

Exchange auto-forwarding when email is drag into a mailbox

Hi, I set up a mailbox A with auto-fowarding set to send copy to external address B. When I sent email to A I receive copies in B. But not when I drag email from other mailbox say C to A. Why is that? Thanks, ...

How to set outlook spell check's word separator?

To make Outlook more tolerant of sending code snippets and paths around between programmers is there a way to tell it that things like . and / and _ are valid word separators? ...

Accessing Microsoft Exchange server from Ruby

I need to sync MS Exchange's contacts with my Ruby on Rails application. Which is the best way? Would you recommend any existing gems for it? ...

How to use Powershell to Monitor a specific inbox for Commands?

I would like to set up functionality where a powershell script would access the email in a specific mailbox. It would then parse each email to engage in dialog with a specific set of users. To serve as a system that could be interacted with through email. How could this be pulled off? ...

Run a CLR application at medium UAC integrity level?

I've been developing a C# (WinForms) application that uses the Office 2007 PIAs to integrate with Outlook 2007. In my dev environment, UAC is disabled and all of my functionality works, but my test environment is Vista 32-bit with UAC enabled. In the test environment, Outlook runs at medium integrity level by default (when started by th...

Outlook 2007 Adding lots of space above a large image in an HTML email

We've created an HTML template that is rendering correctly on all email clients except for one issue with Outlook 2007. In the middle of the Email, there is a 600px tall ad. In Outlook that ad has around 350px of undesired space above it. As far as we can tell, Outlook is doing some kind of pagination to avoid breaking the image in two (...

Outlook CSV to MySQL PHP Class

I was wondering if anyone has come across a solid pre-built class for PHP to work with MS Outlook. To have the ability to TAKE a CSV file and import it into a MySQL Database, and also do the reverse export from the database into a solid CSV file to import into Outlook. If someone has come across something like this, could you possibly s...

How does Outlook 2007 decide if it should redirect an e-mail to the Junk E-mail folder?

My Question: How does Outlook 2007 decide if it should redirect an e-mail to the Junk E-mail folder? Background Story: When I send a simple HTML e-mail from my domain mailbox, it's being redirected to the Junk E-mail folder. Here are two sub questions: Does Outlook 2007 care if the sender's outbound mailbox's reverse PTR is ...

Sync Outlook with an iPhone app (

Hello to everyone! I was wondering if thee is an API for outlook that enables to sync an iPhone app with Outlook over WiFi (computer and iPhone on the same network). I need to sync information like calendar events and tasks. Thanks ...

How to create a "log file" message in the Deleted Items folder from an Outlook Addin

I have an addin that synchronized the contacts folder with an outside source. The Sync happens daily (or manually on demand) and takes a while. Users have asked for the addin to provide information about the sync so that they know it completed successfully, etc. Since the Outlook API doesn't provide a way to add information to the sta...

Can I build Perl Script to import into Outlook?

If I have a .bas file on a server is it possible to setup perl script import that file into outlook and build a macro button that connects to it? ...

actionmailer and exchange

I am trying to set up my client's mail in my app but getting nowhere... I can access the email on oulook web access via: https://remote.networkrunners.com username: ghi\<username> password: pwd My development.rb looks like this: config.action_mailer.raise_delivery_errors = true config.action_mailer.perform_deliveries = true config.a...

Editing outlook contacts using C#

I am developing a desktop application using C#, and I do not know how to edit a contact info in outlook, I Google-d it but no use. any suggestions? Thanks in advance. Ok, sorry maybe I was not clear enough, I know how to retrieve and add contacts to outlook, what I am asking about is updating contacts. ...

PDF attachment shows up in Gmail but Outlook refuses to open it

Hi, I'm relatively new to php. I wrote a script that sends an email with a pdf attachment to a user and a confirmation to a co-worker. Everything works fine in web-based email clients like gmail but the pdf attachment does not open when it is received in Outlook. It also adds another attachment called "ATT0159.txt" which is completely b...

Why is there multiple Err.Number for the same Err.Description?

Hi, Reading various properties of the Outlook.MAPIFolder.Items collection results in an error when the user permissions are insufficient, for example if the folder is visible but no browsable. The error description is: You do not have sufficient permission to perform this operation on this object. See the folder contact or your system ...

Creating a Custom Dictionary in Outlook

I'm working with Outlook 2003. I was wondering if anyone knew a way to create your own custom dictionary complete with word replacement, suggestions etc. Sort of like an International Dictionary, e.g. "English (U.S.)". The main problem I'm trying to solve is to replace corporate speak words with simpler terms. So this is why the include...