0
votes
2answers
15 views
outlook contacts to sql server
is there any way to export outlook contacts directly into a sql server db. this could be using a tool or programatically
0
votes
1answer
39 views
emails sent with php mail don’t show up correctly in outlook
I'm working on a site that was recently moved. After the move all the scripts that use the php mail() function AND have MIME-Version: and Content-type in the header fail to display …
2
votes
1answer
19 views
MS Outlook macro to strikeout selected text
The task is to apply strikeout to current font in selected text area.
The difficulty is that Outlook doesn't support recording macros on the fly - it wants code to be written by h …
0
votes
1answer
11 views
Outlook sent item internet header missing
Hi,
I have written a C++ app that sync's Outlook emails with our central server DB. Incoming messages contain MessageID info in the internet header - I use this for key generation …
0
votes
2answers
19 views
Error when reading Outlook calendar from Rails application when started as a mongrel_service
I have recently implemented something in a rails application that allows me to read appointments of the Outlook calendar. This works sufficiently well. But when I tried to use it i …
0
votes
0answers
15 views
How to setup auto-reply for group email in Outlook? [closed]
I have helpdesk group email that needs to setup for auto-reply, so how can I do it? And email server is exchange server.
0
votes
1answer
43 views
Outlook shortcuts style toolbar in Qt
Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provid …
1
vote
1answer
51 views
Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?
Hello:
I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are there any Java Open-Source / Comme …
1
vote
2answers
30 views
Outlook 2007 CommandBarControl.Execute won’t work
I recently switched to Outlook 2007 and noticed that my VBA-macros won't work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfec …
0
votes
1answer
28 views
Can I attach an image from the clipboard?
I have a function which is responsible for generating an Outlook email with the appropriate information. However, I wish to attach an image from the clipboard. I can already detect …
0
votes
2answers
29 views
outlook and programming with C#
Hi there
I wish to use the my Microsoft Outlook Task list in my C# application. Do you have any idea if that is possible? Can you give me a starting point or some tips for this ta …
0
votes
0answers
13 views
WPF Form Toolbar Short cut keys in Outlook 2003 VSTO addin
Hi,
I am working on a outlook 2003 addin(using VSTO), which launches a wpf window. I have added menus and tool bar on this form and assigned shortcut keys for them.The problem is …
2
votes
1answer
28 views
Programmatically using Outlook “voting” functionality
Is there a way to programmatically access the "voting" feature of Outlook email? I'd like to be able to send emails with voting enabled, and also get the replies (preferably withou …
0
votes
1answer
31 views
How can I create an Outlook PST file using .Net?
I'm writing an app that will manipulate Outlook data. I want to make a backup of that data first and am hoping I could just loop through the contact/calendar items, etc and write …
0
votes
3answers
30 views
On Windows in python, possibly using the Outlook API, how can I get the full name of a user from their smaller login name?
At work, we have short login names, e.g. hastingsg, but Outlook and I believe other parts of the Windows system also have access to a longer name, e.g. Jeff Hastings.
In cpython ( …
