outlook

VB, VB.NET, Lotus Script: Script to copy address entries.

I am looking for the possibility to copy all (backup) my address book entries into plain text, or CSV, or XLS from Lotus Notes mail client. My aim is to later copy these details into Outlook. Is it possible. I haven't done lotus scripting before. But I am going through the reference links. If possible provide links or pointers for accom...

php email class that will display correct output on outlook 2007

Hi, Can anyone tell me of a php class that can send html based email on outlook express? I am using a class it words fine on yahoo, msn and gmail but when i try it on outlook it does not display correct output. I mean the email display on outlook is not correct. Thanks, -dizyn ...

crm outlook client customization

I am writing an add-in for outlook 2003 which has crm outlook client installed. My requirement now is whenever we want to add a new contact we have to open up our CRM Contact page rather than the contact page of outlook. How to accomplish this? Any ideas. ...

Getting the Outlook Out of Office flag with .NET

My company is using Exchange 2003. Is it possible to query exchange from .NET code to find out if someone's 'Out of Office' assisstant is on or off? ...

MS SharePoint 2007 - Anyone know where I can find a thorough learning resource?

Hey guys. I would like to learn about MS Sharepoint 2007...does anyone know where I can begin (the more thorough, the better) Thanks...much appreciated! ...

Outlook Appointment from Sharepoint Web Part

Is it possible to create an appointment in Outlook from a custom Sharepoint Web Part programmatically? VB.Net links or examples would be most helpful. Thanks. ...

How to change Outlook Calendar Color in C#?

Hi, I'm writing some C# code to view/add/edit AppointmentItems in Microsoft Outlook 2007. I'm accessing a secondary calendar (MAPIFolder) and I would like to programmatically change the color of the calendar. Is that possible? Thanks in advance ... ...

Enumerating Outlook ContactItem properties

Hello, I'm trying to enumerate the properties of an Microsoft.Office.Interop.Outlook.ContactItem object (let's call it ci) with this code: System.Reflection.BindingFlags bf = System.Reflection.BindingFlags.Default; foreach (System.Reflection.PropertyInfo pi in ci.GetType().GetProperties(bf)) { Conso...

Access the Outlook addressbook (global or otherwise) through Outlook Add-ins

A client of mine currently has an Outlook form for keeping track of interactions with their clients. This essentially adds a second page to a calendar entry. They want to add a field that would behave similarly to the "to" field in most e-mail messages. I was able to successfully create this field in the form, the problem I had though...

Outlook MAPI session exception when outlook interface is closed

I'm developing a email sender that retrieve data from a database, build up a MailItem with the Outlook Interop and send it. My email sender is running by a windows service that is notified everytime there's some data to send. I'm logging on the MAPI session of Outlook without problem and everything seems to work. But... when someone o...

How can I make a VCARD for a recurring event work properly in Outlook?

I am trying to get a .vcs file to work in Outlook 2007 using a recurrence. I have written the following code which to me appears to be correct, however once opened in Outlook, all the data is correct with the exception of the recurrence. If I open the recurrence button then all my information is correct, however when I look in the calen...

Outlook 2003 plug-in Rich Text Box not receiving certain keystrokes

Hi, I've developed an Outlook 2003 plug-in that attaches itself to a message compose window. It's a VSTO plug-in written in C# on .Net 3.0 using VS 2008. Visually, the plug-in adds an extra rich text box and a few other controls(mostly text formatting for the Rich Text Box) to the bottom of the Outlook compose window. The issue th...

VB6 MSOUTL.OLB Send Mail

I am using the MSOUTL.OLB library to send mails. The code used is the following: Public Sub SendErrorLogToMailRecipients() Dim errorReportText As String Dim fso As FileSystemObject Set fso = New FileSystemObject Dim txtStrm As TextStream Set txtStrm = fso.OpenTextFile(frmMain.LogFileLocationFromRBT, ForReading, False, TristateTru...

Retaining Alpha channel on buttons in Outlook Toolbar

I am developing a COM Add-in using VB.NET in Visual Studio 2008 Pro for Outlook 2003 and am having trouble assigning images to custom toolbar buttons. In a nutshell, I am having to convert from an Icon type to a stdole.IPictureDisp type so that I can assign my buttons a picture. The picture displays, but it loses the Alpha channel and ...

Creating a mailbox in Outlook Express using a script

I remember ages ago ISPs would help you get Outlook Express sorted for your new email account by getting you to download and run a .ini file that contained the settings you need. Now I need to use one, I can't find an example of one anywhere. Any ideas? ...

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 RegAsm and I can't (I assume) write a managed add-in. Is there any way to call .Net code from VBA in this scenario, or are there any other solu...

Check if Outlook is installed on PC

Is there a way that I could programatically detect if Microsoft Outlook (any version of it) is installed on the PC. I have to do it in unmanaged c++. ...

Creating a distribution list outside of outlook in php

I am trying to create an outlook distribution list with php but I am having a hard time finding any resources or instructions on how to do so. Is it even possible to do this? ...

How to read outlook 2007 categories using c#

Hi all, I am using .net framework 3.5 by using C# to configure outlook 2007 I need to import all categories from outlook 2007 to my application particularly on dropdownlist, i want to listed all the categories from outlook to one combobox in my application, i don't know how to get all the categories, if anyone know reply ...

Outlook programmatically avoid Attachment.SaveAsFile() Pop-up on XSL

Hi, I have developed a Outlook polling service that does the following: The service is not a windows service but a rich client. It is developed in Visual Basic 6. The "robot" basicly polls outlook for new mails If a new mail is found the Attachment.SaveAsFile(path) is used to save each attachment. When I save Excel files (xls) exten...