hello, I want to search for a mail wich has an attachment with a specific extension. like exe. is that possible? I would appriciate your help. Thanks in...
Hi folks - using the great advice here, I was able to get my app dialling from inside outlook - I have created a contact in the default contacts folder, and...
Hello Everybody, i was developing a simple custom form where i am using Outlook view control.The problem is that the View Control is not visible unless untill...
Hi All VBscripts/Exchange 5.5/Outlook XP and 2003 environments. I have a routine that selects restricted items and then moves through the restricted items....
Hi, This is slightly off-topic question as it does not involve programming Outlook itself, but a problem I have with outlook interpreting a mail I have...
Hello Everyone, I was wondering if anyone could help me with a problem. I created a program in Word 2000 VBA that uses an intermediate document to format and...
Hello, I am writing a VB.NET 2002 app against Outlook 2002 and 2003 that programmatically changes the start and end date for appointments based on the offset a...
Wyant, Graeme
Graeme.Wyant@...
Mar 4, 2005 9:20 pm
25139
A fews years back, I designed a Outlook form that pushed information from Outlook into Word, worked rather well using bookmarks in the word document. Using VBA...
Dennis, Outlook has a rich object model just like Word. Add a reference in your VBA project to the Microsoft Outlook library and look at the MailItem...
Thank you Sue and Eric, I was trying to push the data from Outlook 2000. When I went back to Word 2000 I was able to pulling in easily. I'm curious now about...
You are in luck, I found the original project backup. I had a button to push "View in WORD" which would link to a Word Document stored in a public folder. The...
Hallo, I'am looking where Outlook (2003) makes entries in the registry and what the meaning of the entries and where Outlook places files - and what they do -...
I have to roll out 75 WinXP Tablet(s) Each has Office 2003 loaded. (via GPO) We are an Active Directory 2003 Domain with Exchange 2003 These tablets will be...
This isn't really a "development" solution, but I have to wonder if OWA wouldn't be the more appropriate solution here. You have it already, you just need to...
We use OWA for hundreds of our users, but Outlook is required for certain MAPI aspects of the physician order software we employ here so for that we need...
We use OWA for hundreds of our users, but Outlook is required for certain MAPI aspects of the physician order software we employ here so for that we need...
Hi, I am accessing properties using CDO/mapi through perl.Recently I found Body (Text Property) is missing for emails in Sent Items folder while accessing...
What specific type of information you are looking for. Outlook writes a lot of "stuff" to the registry in any one of a number of places. Are you specifically...
Hi, I want to Access the Inbox of Outlook Express in Custom Form. I am familiar with MS Outlook. Kindly Guide me How to go about with it. Tried adding a...
Why don't you want to run a .prf file? That is, in fact, the correct solution unless you want to go to some third-party profile construction tool. The best way...
Here is the situation. For test purposes, I have two profiles on my computer. The only diffrerence between the profiles is one of them has exchange cache mode...
, But unless I'm mistaken, When I run "outlook.exe /importprf location.prf" Outlook will start, so where would I place this at? I don't necessarily want to run...
Eric, Thank you. I am having so much difficulty understanding Outlook 2000 and how to interact with other applications. This code will be invaluable to me. ...
Eric, Is GetOlFolder a custom function? I get the compile warning that it is an undefined sub or function. Regards, Dennis Perry ... From: Eric Woodford...
Who said anything about the /importprf command-line switch? What you're missing is the ImportPRF registry entry, which is documented in the ORK: 1. Copy the...
Here is some additional info. WHen I start up in cache mode with the forms cache empty, only IP.Note type forms are correctly downloaded to the cache. IP.Post...
Outlook Express does not support custom forms as Outlook does. In fact, OE has little programmability at all, and we don't discuss it on this list. -- Sue...
Which is exactly why I asked you folks, Thank You. I did read that but glossed over it. I will write a script to do that and roll it out, again thanks. Doug ...
Hi, I am having a problem with a customized form. I use MAPI and item.send () to submit the form. My environment is Outlook XP and MS- Exchange5.5. It's been...