outlook

Sending Emails in Sharepoint

I need to know what is the best practice for sending emails from my sharepoint webparts and/or customized features. Should I just use the normal .Net classes to send email ? or is their a better way to do it through integration with an outlook server ? ...

Outlook Command Bar Fully Intialized event

Hi all, I was wondering if there is any way to know when the Outlook commandbar XXX is fully initialized after I invoke a second instance of Outlook. I have tried to the delegate the event with new Microsoft.Office.Interop.Outlook.ExplorersEvents_NewExplorerEventHandler. But unfortunately when I try to debug it I notice it is still usi...

How to take a screenshot and send by email programaticly on dotnet

Background: I'm developing a bussiness application, and in the final stages we are encountering some extrange errors, mostly with connection and some edge use cases. For this kind of exceptions, we now provide a nice dialog with error details, of which the user take a screenshot, and send by email with some remarks. Problem: I would...

Outlook Express Add-in

Hi all , I'm wondering is it any add in/plug in SDK for Outlook Express. As i know, we can use COM addin or VSTO to develop our own plugin for MS Outlook. So how about addin for Outlook Express. Thanks. ...

Approve/Reject in email generated by SharePoint

Hi guys, When I make a meeting in Outlook, the recipient gets a approve/reject button in the top of the email. I'd like to do a similar thing with SharePoint: when a task is created, an email is sent to the person the task is assigned to, and the email asks the recipient to either accept or reject the task. I've seen demos of people doin...

Email link to local windows resource with space

How do I encode a link in a plaintext email to a local network resource with a space in it. For instance this will only highlight up to the word "file" but not "file name" \\SERVER\share\file name Yet if I do this \\SERVER\share\file+name or \\SERVER\share\file%20name Then Windows Explorer does not recognize the path correctly. ...

MS Outlook Integration using C#

I've already added the COM library of Outlook into my references. The problem is I don't know which version of Outlook the client has installed on his workstation. If I add Outlook 2007 DLL (outlook 12.0 library) then the client who has Outlook 2003 (outlook 11.0 library) can't access my application. It will throw exceptions. How can I f...

add new email account to outlook2007 programicly using c#

All I was wondering if there was a way to run a program and add a spesific email account ( with all the correct port settings and whatnot) to outlook2007 I have several users in the feild that seem incapable of doing this themselfs or even doing it with me walking them threw it over the phone I would love to just email them a program a...

Send a file from a web page in Outlook

I have a web page that displays a list of documents stored on the web site. I need to add a link next to each document that can e-mail it. By that I mean attach the entire document to the e-mail. When clicking the e-mail link, a 'New Message' window needs to display with: Subject line filled in with the title of the document (displaye...

How to access client's outlook in ASP.net?

What I want to do with my app is accessing client's outlook, getting some data, using them to get more data from the database, and then make a file ready for blackberry to sync. All of these are better done on the server, so at the clients' end, there is only one file with everything ready, so they can easily sync it. I have searched a l...

How do I set permissions on my VSTO outlook add-in?

I am trying to distribute my Outlook Add-In to the rest of the company. I'm using Visual Studio 2008 Professional and Outlook 2003. In VS I used an installed template for Outlook 2003. It created a solution with BOTH a project and an installer. I use the project and created an Add-In. It works GREAT on my PC in development. Now, I wan...

Can I write a Microsoft Exchange plugin to avoid installing many Outlook add-ons?

What, if any, extensions can be run on Microsoft Exchange that then become visible to Outlook users? Basically I'm wondering how to integrate at the Exchange layer, avoiding the task of having to install a plug-in or whatever for each Outlook user. ...

How would I go about implementing auto-hide on a custom task pane?

I'm creating an Outlook 2007 add-in using Visual Studio 2008 and C#. I have my custom task pane along with my usercontrol docked to the bottom of the main Outlook window. I'm trying to implement auto-hide on this taskpane so that it minimizes to a certain size when the mouse leaves it. My problem arises in the fact that custom task ...

Does Outlook 2003 support iCal 2.0 spec for updating and deleting a calendar item?

We are working on an asp.net 2.0 web app that emails users an ical to save to their outlook 2003 calendar. We noticed none of the code to update or delete an item seem to work even though the ical 2.0 spec supports it. We are curious if Outlook 2003 just ignores this? Does Outlook 2007 act differently? We have situations where an eve...

css background Outlook 2007

Hi, I creating a program which send newsletter with a background image. It works fine on Office 2000-2003, thunderbird, but the background image does not show on Outlook 2007. I read that Microsoft changed the rendering engine and did not support the background css property (it is possible but only applied to the Body). Is it achievabl...

Importing from Business Contact Manager to Access

Is there a way to import the database that is created for Microsoft Outlook with Business Contact Manager to an Access 2007 database? ...

Programmatically Checking for Outlook E-mails

Hi, I'm setting up an automated response with a third party. The third party can only respond via e-mail, so I need a way to determine when I get a new e-mail. My plan is to create a windows task that will run a C# program that checks to see if a new e-mail is from this third party. My company uses outlook, which runs off of the Micr...

Permanently Delete MailMessage in Outlook with VBA?

Hello all, I am looking for a way to permanently delete a MailMessage from Outlook 2000 with VBA code. I'd like to do this without having to do a second loop to empty the Deleted items. Essentially, I am looking for a code equivalent to the UI method of clicking a message and hitting SHIFT+DELETE. Is there such a thing? TIA! ...

How to send an iCal meeting request using Java Mail, and recieve the response

I'm trying to send an iCal to an outlook, using Java Mail Library, I've read already the Question, and I already have some sample code public class SendMeetingRequest { String host = "" ; String port = "" ; String sender = "" ; public static SimpleDateFormat dateFormat = new SimpleDateFormat( "yyyyMMdd'T'HHmm'00'" ) ; public static S...

outlook macro to send email conditionally

Hi, Could anyone guide me in creating an Outlook Macro that does the following: Whenever I send a mail to a particular mail-id an automated mail will be send to a specified group pa mail-ids or some outlook contacts group. Thanks in advance!! ...