| Thread | Last Post | Replies |
|
| I fired Word... | 14 May 2005 21:56 GMT | 7 |
I fired Word as my e-mail Editor because it can't get over its compulsive spell-checking of the original message. As I recall, it also spell-checks e-mail addresses. But I would really like to have a modicum of control over fonts. Bold,
|
| Using a mail message to open and modify a spreadsheet | 14 May 2005 08:32 GMT | 1 |
People send me information requests via email on an excel spreadsheet. I am looking for a way to log these requests. I was wondering if there is anyway I can write a piece of code that, on receipt of an email with say 'Request' in the subject line, it would automatically open ...
|
| I fired Word... | 14 May 2005 04:25 GMT | 6 |
I fired Word as my e-mail Editor because it can't get over its compulsive spell-checking of the message I am replying to. But I would really like to have a modicum of control over fonts. Bold, underline and subscript would be enough.
|
| Export address format | 13 May 2005 17:49 GMT | 3 |
I recently wrote a Macro that went though my inbox and exported every objMailItem.SenderEmailAddress to Excel. This allows me to capture a master email list. With the SenderEmailAddress code my export gets the address in the SuchAndSuch@SomeIsp.com format. My issue now is that in ...
|
| Loop on all appointments | 13 May 2005 15:42 GMT | 3 |
I would like to modify the subject-string of all appointments saved in Outlook-calendar. Especially I want to remove specific characters from these subjects. Can anyone help me how to formulate the loop for doing this? Markus
|
| From field ignored when sent mail saved | 13 May 2005 08:02 GMT | 2 |
I'm on Outlook 2000. I own 2 mailboxes; MyMB on Server1 with new mail delivered to PersonalMB on my laptop and ProjectMB on Server2. Usually I log on to MyMB/PersonalMB opening ProjectMB as an additional mailbox. I then manage mail in ProjectMB
|
| Outlook 2003 ignoring VBA command | 13 May 2005 00:09 GMT | 2 |
Using the Visual Basic Editor I inserted "Item.ShowCategoriesDialog" into the Application_ItemSend in ThisOutlookSession, in order to always prompt me to assign categories when sending an email. This works fine on my work computer (Outlook 2002). I inserted the same
|
| Outlook 2003 - Send & File command button | 12 May 2005 21:05 GMT | 10 |
In Outlook 2003-- I need to have a command for me to SEND email and then prompt me to FILE the sent email into one of my folders that I choose so I am able to pick the folder each time.
|
| When working with an appointment form, does the SEND UPDATE button really performing the DELETE and SEND operations? | 12 May 2005 19:50 GMT | 1 |
I've created a form based on the standard IPM.Appointment form in Outlook 2003 and written VBScript/VBA code to handle various events. [I've left out the code deliberately for this posing as it is rather lengthy....]
|
| Sending Meeting Request using application/ms-tnef | 12 May 2005 19:47 GMT | 1 |
Im trying to build an application using one of the many ways (APIs) to create a Meeting Request programatically. Here are some high level details: 1) My target client is Outlook 2002/2003 connecting to Exchange 5.5. I do
|
| outlook pst file parsing | 12 May 2005 19:33 GMT | 1 |
here is a hard one. :D I need to know (for instance, when the outlook starts or when I clic on a item) what order number the message have inside the pst/dbx fil (ie it is 2nd, 31st, etc). for C/C++ fans, I only need the this a
|
| ISO Best way to send pricing updates to customers | 12 May 2005 19:31 GMT | 1 |
I need to be able to send out pricing changes to our customers via email. Currently, there are 4 Sales Reps that have their own contacts in Outlook, but I could easily create a Public Folder for Pricing Contacts if need be. I have a .csv file that contains the pricing records ...
|
| CreateItemFromTemplate creates NoteItem with white icon from .oft file | 12 May 2005 19:30 GMT | 1 |
I'm using NoteItem.SaveAs to create .oft template files from existing NoteItems in my default Notes folder (Outlook 2003). When I use Application.CreateItemFromTemplate to read the files and create new items identical to those saved, The icons associated with the new NoteItems are
|
| ExpressClickYes questions...` | 12 May 2005 19:09 GMT | 1 |
Hi, all. We're trying to overcome the infamous Outlook Object Model Guard dialog that appears during unattended/programmatic accesses to the address book or during the attempt to send mail. This tools works fine provided
|
| Bypassing Outlook Security | 12 May 2005 18:32 GMT | 3 |
Is there anyway to "authorize" an external application so that when it sends an email, Outlook does not display the security warning? TIA Rob
|