outlook

C# - Outlook 2003: A way to launch address book and select email recipients

My requirement is, From my Win Forms application, I want to launch outlook address book (and/or global address list - exchange server), Choose recipients and then populate a textox with all the email addresses (or) distribution list. Any clues? I searched several forums, but no one addresses this scenario. ...

Reading mails from outlook progamatically using C#

Hi, 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, which works fine with Outlook 2007. How do I handle scenario where another user uses Outlook 2010? Thanks. ...

How to programatticaly open/read digitally signed email with read receipt turned on in .NET / C# ?

Hi, I created "email management" tool that does bulk email management(standalone exe C# .NET4 application that "connects" to Oulook 2007 and via Microsoft.Office.Interop.Outlook "monitors" all user emails; not Outlook Add-in but standalone exe app + there are reasons why it's not addin architecture). Now, during testing phase I realise...

cannot add Outlook form region in Visual Studio 2008

I created a new Outlook Addin solution in Visual Studio 2008, and tried adding an "Outlook Form Region" item, but I get this error: "Could not load file or assembly 'Microsoft.Office.Tools.Outlook.v9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specifie...

How to drag and drop an email, from Outlook, into a .NET application?

I am trying to figure out how to drag and drop an email from Outlook 2010 into my .NET application. I've seen quite a few articles, most with very complex solutions. My thought is it shouldn't be that complex ... but I could be wrong. Any help would be much appreciated! ...

outlook windows xp spell checking dictionary

Hi to all, i am using outlook express. there is spell checking functionality, which is by default french. i want to change it in english. how to install english dictionary to check spellings. anybody have idea about it. Thanks in advance. ...

Get macros written in Word 2003 to function in Outlook 2007

I've been asked to find out how to get a collection of Word macros that used to run in Outlook 2003 running with Outlook 2007. If there is no way to do this, I will need some different options on what to do with them as apparently Word is not an option to use as an editor anymore in Outlook 2007. Other than rewriting them all, what can ...

ASP.net on-line calendar consumed into outlook

Hi I have an on-line calendar of company events that is based in a sql table. The fields are Date : Event Name : Event Description : Location Is there any way of publishing this via say an rss feed via asp-net or a web service for it to be consumed into the outlook calendar. This would have to update every morning on the subscri...

"view my site" not showing in outlook?

We have a Sharepoint 2007 deployment, Office Communicator, and Outlook 2007. Inside my Outlook 2007 client, I can see a "View my site" option when clicking the prescence icon beside a user's name or meeting room when adding them as a recipient to a meeting request or email. Our secretary doesn't have this option. Is there anything I c...

Applescript for Mac Office 2011

Hi, Is there any Applescript available that sends either an URL or array of images as attachment of the mail through Mac Office 2011? Can someone help me? Thanks in advance. Regards, Deepa ...

Outlook web access forcing lite option depending where the request comes from

Hi We are currently experiencing problems with OWA when connecting from an external network location using the premium client. The issue is known and they would like to see if there is a workaround. I have been asked to investigate how we can force users to use the light option when connecting from an external location. The problems a...

return a list of all macros

In vba, how can i call a word document and get a list of all the macros it contains. Thanks ...

Controlling the mail client from delphi

hi! I have an issue here where we need to control outlook from Embarcadero Delphi 2010. we used today some thirdparty components for opening the mail sending window, this worked some timeago. but now it seem to fail on newer outlook versions. are there any component out there dedicated to controlling outlook from Delphi, or are there ...

Send a meetingrequest using another account failed

I've tried to send a meeting request using another account in Outlook using an Outlook Addin. The organizer should be that account, and the meeting must be in the calendar of the account. I've created the following code: Account myAccount=null; foreach(Account objAccount in Application.GetNamespace("mapi").Accounts) if(objAccount.Smt...

Is there a way to extract email address from a Outlook distribution list?

Is there a way to extract email address from an Outlook Distribution list via script? I am looking for a way to extract all the email addresses from a Distribution list and output it to a CSV file. ...

MAPI for out of office Rules

Hi, I need to read and modify "out of office" rules (not subject, body or enabled flag) using MAPI, or any other API if possible, for example I need to read to whom the mails should be forwarded and to modify this field. Do you know any samples, url, starting point or anything else what could help me achive this thanks almir ...

How can I create a e-newsletter, and also a header for an email [Gmail]?

I don't know anything about anything so please bare with me, Im using Gmail and I want to create a newsletter on gmail, and also a header, but I know how to do neither :(. Please help me, I have Microsoft outlook 2010, but I don't even know hot to set it up...I need it someone to dumb it down to me...Im way too lost. ...

Android Outlook

Hi I want to ask how to open the outlook in the android device. how can i send the mail with the android outlook. i want to create the android application in which user select the email address after selecting the E-Mail address android outlook will open in the device after that he write the message in the message body. and after clicki...

Delphi - Synchronize cxScheduler with Outlook 2007

Hi, I'm usingthe cxScheduler vom DexExpress and want to syncronize it with outlook 2007. The scheduler offers a method to do this work: cxSchedulerSynchronizeStorageWithOutlook Problem: When I call this method, I get an EOleSyserror : operation not available. So I checked the registered type libraries in delphi, and the "Microsoft Out...

What are my options for emailing graphs via outlook?

I have semi-raw data in a c# build task, the source is xml output of nDepend. i've got it generating html that can be made into a graph via very simple css (Vertical graphs). The format is kinda plain, and I'd love something that's more advanced or more simple to transition to different graph types, detail levels etc. I imagine it's pos...