outlook-2003

Outlook 2003 - Change Email Account Settings Externally via VB.Net / API / Etc

I have an end user that, when downloading email at home (on his laptop), can't use his "work" email server (SPF settings). He must change to the local cable company outgoing server. To do this, he has to start Outlook, go to Account settings, and change the SMTP server from mail.companydomain.com to rr.tx.twc.com. And of course, at work,...

Applicaion.AdvancedSearch not filtering when run on a Mounted mailbox contacts folder

We are using OL 2003 and are building an addin in which we use Application.AdvancedSearch. We use this API to get filtered contact lists. Works just fine on most machines. On some however, the search result brings back all contacts seemingly ignoring the filter. Its certainly not a code issue - it works fine on most machines. Advanced ...

subject is missed at receiver end.

Hi, while sending mails from our J2EE application . Subjects are blank at the receiver side (in MS outlook) , but the same mails receives fine (receives subject) with yahoo,gmail etc. We have used the "ISO-8859-1" encoding for mail content. ...

How to get Outlook 2003 accounts list using Outlook 2003 object model

Is it possible to get list of all existing accounts from Outlook 2003 using only standard COM? It means I can't use Redemption library, but only default Outlook 2003 object model . It's much easy to get accounts at Outlook 2007/2010: dynamic outlook = AutomationFactory.GetObject("Outlook.Application"); var accounts = outlook.Session.Ac...

Outlook Addin adding custom property which can hold max number of characters

I am working on a outlook 2003 addin using VSTO.Is there a way to add a custom property on ContactItem which can hold maximum number of characters, like body property of a MailItem. Currently a custom property of type TEXT can hold max of 4000 characters. Is there a way to increase this limit or using other type of properties to overcom...

Read updated message body in Outlook 2003

I have an application that uses the Redemption library. A user can open a meeting and add some notes to a cancellation. Prior to them editing it, the message body is already set with some default text. Is there a way to get the new updated message body after the message is open and before the message is sent? Using safeItem.Body wh...

Outlook Appointment Item: Set the "Label"

In Outlook 2003, when you have a calendar event, it has an option to set its Label to Important, Business, Personal, etc, each having a different colour. This colour will be the colour of the scheduled event on your calendar. My problem is I have no idea how to change it using an AppointmentItem. I've looked through the object browser a...

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... ...

why can't I see voting buttons in a bloomberg email?

Hello, I'm sending an email from Outlook 2003 (soon to be 2007) to a colleague's Bloomberg email address. I added voting buttons to it. Outlook users can all see the buttons, but the colleague who's reading the email in his Bloomberg console cannot. Is there any way I can get those voting buttons to be displayed to him? If not, are ...

2 way SSL not working on log off of outlook webmail 2003

In my project, we are opening Outlook webmail 2003 in a iframe. Recently we configured weblogic for 2 way SSL. The 2 way SSL configuration is working fine and SSL handshake between Client and Server is working in normal case. But after user clicks on Webmail log out button. Page not found error is displayed for all the subsequent reque...

VB6 sending email through Outlook 2003 no longer works in Windows 7?

This VB6 code worked fine in Windows XP with Outlook 2003. Function SendMail(EM_TO, Em_CC, EM_BCC, EM_Subject, EM_Body, _ EM_Attachment As String, Display As Boolean) Dim objOA As Outlook.Application Dim objMI As Outlook.MailItem Dim obgAtt As Outlook.Attachments Set objOA = New Outlook.Application Set objMI ...

Outlook Vcalendar issue

calendar code is BEGIN:VCALENDAR PRODID:-//Microsoft Corporation//Outlook MIMEDIR//EN VERSION:1.0 BEGIN:VEVENT DTSTART:20110114T210000Z DTEND:20110114T230000Z LOCATION:My office CATEGORIES:Business DESCRIPTION;ENCODING=QUOTED-PRINTABLE:This D6=C4=D6=DC=D6=C4=D6=D5=DC=D6=C4=D6=D5=DC=D6=DC=D5=D6=D5=DC=0D=0A SUMMARY:Meeting to discuss sal...

Creating a Custom Dictionary in Outlook

I'm working with Outlook 2003. I was wondering if anyone knew a way to create your own custom dictionary complete with word replacement, suggestions etc. Sort of like an International Dictionary, e.g. "English (U.S.)". The main problem I'm trying to solve is to replace corporate speak words with simpler terms. So this is why the include...

Outlook exchange solution

I'm searching for a exchange outlook soulution for my company ... ive find codeTwo company, with there software: http://www.codetwo.com/public-folders/ , for syncing calander .. and its great product, but if someone have a better solution / idea ( better software for lower price) or something like that it would be great. Btw, it need t...

Java GroupWise Mail Client

Hi, Is anyone aware of a way to retrieve and send mails by talking directly to the GroupWise server. I want to be able to retrieve mail using Java if possible. I wrote a Outlook Plug-In that retrieved mail out of GroupWise via the Groupwise Outloop Plug-in (If that makes sense). Then dropped the message in a directory where I retriev...

Can I fire an Outlook 2003 macro when the user creates a new blank message

Hi, All I've found so far are events that get fired when the user receives a message, or hits the send button, but nothing that gets fired when the user first creates a blank, new email before setting the TO field and writing the message etc. Is there any way to do that? Cheers, Dave --Trindaz on Fedang #outlook-2003-macros ...

Prob. with YPOPs! and Outlook 2003

Hi, I am trying to configure my yahoo mail id with the outlook 2003 using YPOPs! which enables my yahoo account to the POP3 requirements, I installed the YPOPs! and configured the Outlook as mentioned in the instructions file, the incomming and outgoing servers, userid and passwords, etc. Eventhough my yahoo inbox is not getting in sync...

Create an Outlook 2003 toolbar using VBA

Hi, In Excel 2003 I can access the collection Application.CommandBars to create custom toolbars using VBA. Is there an equivalent in Outlook 2003? I am trying to change the labels on buttons of a customer toolbar. In the future I'd like to create the toolbar from scratch. Cheers, Dave --Trindaz on Fedang #Outlook-vbas ...

Is there ever more than 1 Explorer object in Outlook.Explorers in Outlook 2003?

Hi, I've noticed that no matter how many times I try opening new instances of Outlook (which I haven't actually been able to do) or browse around to different parts in the application, there's only ever one Explorer in the Outlook.Explorers collection when iterating in some VBA code. Why is there a collection at all to house these? When...