outlook

Outlook 2003 stripping out text decoration - HTML Email

I having some issues with a client of mine. I've built (not designed) an email template for them to use with Create/Send. I've used the design testing service from Create/Send and all is looking as intended. However, when the client views the email in Outlook 2003 the text formatting is missing (see screen grabs). There is very little C...

displaying the images large size in outlook when compared with any other mails

we are developing one coupon site, from that sitei am trying to send the coupon images to corporate mails there it was showing large image size when compared to actual one, but it was coming properly in gmail,yahoomail and other mails. Its urgent please. thanks in advance... ...

Find Outlook Contacts from code where FullNAme like "Name"

Writing Outlook 2010 AddIn in c# How to find contacts where for example FullName like "Name" First I tried string filter = "[FullName] = 'Name'"; and it works fine but only for the Name, but now I need to find contacts where FullName can be JonName or Peter Pen or ... As I uinderstood I should use spacial query string in filter, b...

access public calendars from outlook in asp .net

Hi, We need to design one ASP.NET (2.0 or 3.5) page where outlook public calendars to which user has access will be displayed. Exchange server version is 2003. Was such kind of development done in past? Do we have any material/documents on it? We need inputs on, 1. How to get public calendars (shared calendars) to which user has acces...

How to determine if Outlook has any contacts

I have a VB.NET windows application in which I'm using Outlook's contacts as my address book to get a list of email addresses. I'd like it to use Outlook as the address book, but if an Outlook mailbox has not been set up or there are no contacts then I don't want Outlook to come up at all. The problem that I'm having is as soon as I try ...

Formatting a plain text e-mail in C#

I am trying to print a table inside an e-mail using plain text. I have the following code: string body = string.Format("{0,-30}{1,-30}{2,-50}{3,-40}", "Col1", "Col2", "Col2", “Col4”); body += string.Format("{0,-30}{1,-30}{2,-50}{3,-40}", value1, value2, value3, value4);...

How to iterate Outlook Inbox by Date? - Outlook OLE Automation

I'd like to iterate Outlook Inbox and I'm with Ruby. I've found some useful info here, but the order of message in Inbox is not ordered by RecevedTime(Property for Item OLE object). GetLast method may find the latest message but GetPrevious method does not work as I expected. require 'win32ole' outlook = WIN32OLE.new('Outlook.Applicat...

html email template and justified text

Hi, I've got an html email template (using table hell) with the resulting email looking fine in gmail and outlook 2003. In outlook 2007, the text is however not justified (instead it's left justified). Is there a work around for this? The relevant code used: <td style="text-align: justify;"> doctype: <!DOCTYPE html PUBLIC "-//W3C//...

Microsoft Outlook/Exchange server-side mail processing

I would like to be able to process incoming emails for a particular account. Things like parsing subject/body, process/save any attachments, upload processed data to a database, etc. Another thing I have seen at one firm I worked at that I would like to be able to replicate, is setting up an email account that processes the subject of i...

Is it possible to book Outlook Resources using vcalendar format?

I'm trying to send a meeting request to a public outlook calendar, but I need to request it as a Resource. Is this possible to do using a vcalendar request? ...

Start Windows Task from Outlook Macro

Is it possible to run a scheduled Task in Windows Server 2008 from an Outlook Macro? Background is that it should be possible to start this task on incoming emails with a special subject. The task normally runs every day, but sometimes it should be triggered manually and not everybody has access to the server. Maybe someone has a solutio...

How to handle exception when using namespace.GetItemFromID() in Outlook?

I'm trying to use the following to retrieve a MailItem from Outlook via entryID and storeID. What do I do when the entryID/storeID aren't valid? I get a strange COMException saying that the action failed or that there's been a networking problem with Exchange or that it's not running. When I test for valid entryIDs/storeIDs it seems to ...

ComException while adding a new Item to Outlook

I'm developing an Outlook 2007/2010 plugin in VSTO (the project is for 2007, but works also with 2010). This application works with certificates (the System.Security.Cryptography.X509Certificates.X509Certificate class), which are handling some time after initialization (in other threads); I suspect this may be the reason for the ComExcep...

Email sent using contact form displays admins "from" address, and not the visitors email.

This page uses Drupals contact form to send emails: http://www.westlake.school.nz/contact Problem is, the school staff use outlook. When they recieve email from parents etc, the email comes in as "From: [email protected] On Behalf Of Westlake Boys High School" In Gmail it comes in correctly such as from Westlake Boys High ...

Can you load/use custom forms from a C# AddIn in Outlook 2003?

As part of a VSTO C# AddIn, I need to be able to display the category information on an e-mail in the message window/email item inspector (If it makes any difference, I don't need to display it when there is no category information) so that an end reader can see the category information upfront. I was told trying to replace the default o...

VS2010 Setup Project

Hi guys, I am currently writing an app for Outlook(Outlook social connector) and I have no idea how to make the installer program. Can anyone give me a somewhat detailed description of what to do? Here is the only thing I have found on the web about what I need to do.. but of course it's not very detailed at all: http://msdn.microsoft.co...

Drag and drop from Outlook attachment to VB6 application

I am experimenting with drag and drop from an outlook email attachment to a custom application. It works just fine with C#, but now I'd like to get it working in VB6. My test code looks something like this: Private Sub grdLis_OLEDragDrop(Data As MSFlexGridLib.DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, ...

Outlook 2010 ignores VALARM of Web calendar (ICS) generated by my application

Hello, My web application (ASP.NET MVC) exports ICS calendar (webcal://host/calendar.ics), which I'm testing with Outlook 2010 and 2007 now. Apparently, no matter what, VALARM section of the calendar is being ignored by Outlook altogether and no reminder is being set at all: BEGIN:VALARM TRIGGER:-PT30M ACTION:DISPLAY DESCRIPTION:Remind...

Calling GetGUIThreadInfo from Outlook VBA

I'm writing a VBA Macro in MS Outlook that needs to find the active window in a particular process. The goal of this is to get the name of the active window/document, even if its parent application has a multiple document interface. To get the active process, I'm using GetGUIThreadInfo along with GetCurrentThreadId from user32.dll. Here...

Silverlight 4.0 Accordion Template

Hi, Is their a free template of accordion which behaves like Outlook? When the user adjusted its grid, the accordion item will form an images, stack horizontally? Thank you in advance ...