outlook

How can I run some script code when an item is forwarded to an Exchange public folder?

I am working on a proof of concept for some workflow automation using Exchange 2007 public folders. I am trying to write some code that can be run any time an item is forwarded into a particular public folder - these items arrive automatically via email and are automatically routed by Exchange into this public folder. Primarily what I ...

How to add flash object into custom task pane of Outlook using VSTO?

Can you please let me know how to add flash object into the custom task pane using VSTO? ...

Get Sharepoint store URL in Outlook?

I'm trying to write an Outlook 2007 VSTO add-in that lets you do some stuff with Sharepoint webservices. I'd really like to make it as simple as possible for the users; ideally, all that they would have to do is connect a Sharepoint list to Outlook. From there, my add-in would ideally grab the actual Sharepoint URL from the list and do i...

Sending an Email from MS Access No third party dll allowed

I need to send a series of email notifications from an MS Access Database. No third party dll's like Redemption Cannot trip the outlook security warnings The email will have a pdf attachment I know to do this I need to use MAPI, but I can't seem to find a way to do this with VBA. Any help would be appreciated Thanks, Scott ...

Outlook API, Custom Account Type

Hi guys, I am looking at doing some serious MS Outlook extensibility, going beyond the concept of e-mail, but still in the realm of messaging. As such, I will need to be able to make Outlook aware of a new 'Account Type' (i.e., it currently only understands POP, Exchange, etc). Can anyone point me to an area of the API that may facilita...

How to add a button (Add-in) to Outlook using Python

I'm looking the way to build an AddIn for Outlook with Python that add a button to the toolbar that has a behavior (doesn't matter). I've searched around and didn't found anything. The only things I've found are backend, no GUI. thanks! ...

More outlook VSTO help...

I posted an article here (http://stackoverflow.com/questions/1095195/how-do-i-set-permissions-on-my-vsto-outlook-add-in) and I was able to build my installer. I thought that once the installer built itself, everything would work fine. I was wrong. It works on about half of the PC's I've run the installer on. My problem is that the othe...

pine/elm type command line email for MAPI?

hi, I wondered if anyone knew of, or had written a curses/text mode email client for MAPI Rationale is that Outlook is pretty fat these days, and quite slow. I'm thinking that this might be slight a strange thing to do, as google searches for anything that might do this already were largey fruitless :) -ace ...

How should I use Outlook to send code snippets?

As a programmer at a big corporation, I frequently send Outlook emails that contain code samples. I'll actually type code directly into an email. This inevitably causes problems, as Outlook really likes to format text in pleasing but crazy ways. My code needs to be copyable out of the email and directly into code, so I don't want Outl...

Access microsoft outlook in web.

Hi, I am using asp.net. Can anybody say how do I access my Microsoft Outlook through a web application. If this is possible please explain in detail. Thanks in advance Regards, s.venkatesh. ...

How to prevent non-admin user from disabling the Outlook 2007Addin?

As per the MSDN documentation with the Office 2007 system, office Addins are registered under HKCU and not under HKLM. I have an Outlook 2007 addin which is also registered under HKCU. But the problem is that, even non admin users can also disable the addin since it is in HKCU. However with Outlook2003 addin this was not possible becau...

What *is* an IPM.DistList?

I'm trying to get the recipient addresses within an IPM.DistList that is stored in a public folder (of type contacts) in Exchange 2003. The typeName of the object (once I get hold of it) is a Message (with a parent object being a Messages collection) and the messageType is "IPM.DistList". I can find all sorts of things about IPM.DistLi...

Install Outlook addin and exe

I'm currently using ClickOnce to install myapp.exe. But now I've added Outlook 2007 addin support, myaddin.dll. So, how can I install both exe and addin with ClickOnce. ...

How to show the start date for an INSTANCE of a recurring Series?

Using VBA, I need to show the start date of each INSTANCE of a recurring appointment in Outlook. The problem is that when I use appt.start it shows the start date of the SERIES, which is not helpful!! Example: a recurring appointment happens on the first of every month in 2009. I want to show 12 INSTANCES, with 12 DIFFERENT start dates...

Importing Outlook contacts into a SharePoint application page

Background I've written a feature to make it easier for users to e-mail a document, like this SO question. I've implemented the solution according to this answer. The feature's custom action adds a Send As Attachment option to the ECB menu of a document library: When a user chooses Send As Attachment, they are redirected to this Sen...

InfoPath cannot submit the error occurred while the form was being submitted

We recently upgraded an intranet site created in SharePoint 2003 to SharePoint 2007. After we did that multiple InfoPath Forms began to fail when either open or submitted. It is unsure if these forms were create in infopath 2003 or 2007 however after recreating one of them, I still get this error when trying to submit. The submit opti...

C# How to set a dynamically created Outlook appointment read-only?

In my code I create Outlook appointments. This appointment I save in a user's folder. The user may not be able to edit this appointment, so I need to set this appointment read-only. How can I do this? ...

Is there an easy way to access Outlook contacts outside of VSTO?

At work we use a couple of custom columns in the Outlook contacts to serve as an "signout board" so we can see when developers are at another site since we're spread out across a couple of locations. The way this is currently implemented is via a custom view of the contacts that is displayed as a spreadsheet that folks can update their s...

Distributed meeting scheduler through calendar sync

We can start syncing events between Google Calendar and Microsoft Outlook,but what about syncing multiple Google calendars and searching for possible common meeting dates and timings for geographically distributed individuals ( and then possibly importing the searched schedules and events into Microsoft Outlook and maintain an accurate ...

Developing Outlook plugin with Visual C# 2008 Express?

Hello, I'm looking to experiment with developing an Outlook plugin. I'm using the express edition of Visual Studio, and it seems the Outlook integration feature is missing from the Express edition (intentionally). Is that indeed the case? Are there 3rd party libraries that allow connecting to the Outlook model with the Express editio...