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...
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
...
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.
...
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?
...
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!
...
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.
...
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 ...
...
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...
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...
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...
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...
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...
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...
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 ...
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?
...
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...
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++.
...
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?
...
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
...
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...