| Thread | Last Post | Replies |
|
| FindAddress Problems in Outlook 11 | 30 Jul 2003 15:08 GMT | 3 |
I'm trying to use FindAddress in Outlook 11 to open the GAB. It works fine on forms that were created in earlier versions of Outlook, however in the technical refresh version I'm getting a "type mismatch" error. Any suggestions or work arounds would be appreciated. THANK YOU!!!
|
| UserProperties | 30 Jul 2003 02:08 GMT | 1 |
I've created a custom task in which I have 10 Accept check boxes and 10 Reject check boxes which are associated to 10 individuals titles. If any one of those 10; rejects in the task all check boxes are Enabled = False, and an email is
|
| Outlook redirect and views | 30 Jul 2003 00:42 GMT | 2 |
I am trying to redirect to another Outlook folder from within my Outlook form/post/email. However this link opens another Outlook window rather than changing the open folder in my current Outlook window. For example. if I have a link Outlook:Contacts in my form/post/email, a new ...
|
| Outlook2000 and VB/A | 29 Jul 2003 19:51 GMT | 1 |
I am not a great VB person, but have a small task that I really need some help with. A user would like to be able to click Reply to a message. When the reply message window is opened, the user then
|
| Setting views properties programmatically | 29 Jul 2003 18:15 GMT | 1 |
Does anyone know if it is possible to automatically set views properties (filtering, grouping etc.) in Outlook/Exchange? If yes, how do I do it? Thanks,
|
| VBScript -> Item.Body -> No carriage return char | 29 Jul 2003 14:04 GMT | 1 |
:-) I'va made a VBScript in a Task form who create e new email when you check 'completed' on the task... This script copy the body of the task in the body of the mail ( NewMail.Body
|
| URL's in Custom Forms | 28 Jul 2003 23:10 GMT | 1 |
I thought I had posted this message, but can't find it here, so reposting. I can have a label click to an intra/internet site, via caption and below coding .... but is there a way to link a URL to a label of a different
|
| Move message to folder | 28 Jul 2003 21:38 GMT | 2 |
I'm having some trouble writing code to move the currently selected e-mail to a specific destination folder (an Inbox subfolder named "Vendor"). I can get the following code to work, but obviously I still have to pick the destination
|
| why doesn't this work anymore??? | 28 Jul 2003 18:09 GMT | 4 |
Set myolapp = CreateObject("Outlook.Application") Ihave used this for years ni office apps to launch outlook from within excel and word but now in the latest version it doesn't work. Is there something else that has to be set to make this work? It produces the error "Type
|
| BeforeDelete Event | 28 Jul 2003 14:25 GMT | 1 |
Outlook(2002) I have written a custom message form to require Client coding on all outbound e-mail. It allows the user to lookup the client no from our Practice Mgmt system.
|
| pre-customized contacts form | 28 Jul 2003 14:19 GMT | 1 |
I am looking for a site that has pre-customized contacts forms for outlook 2002 Thanks, Antony
|
| colored text for Outlook email subject? | 28 Jul 2003 14:17 GMT | 1 |
When i use the Rules Wizard in Outlook 2002 one of the actions i can take is to set the font, including its color, of the email subject line. Now i am creating an Outlook Addin in VB .NET and i would like to also set the color of the subject, but cannot find any property in the ...
|
| how can I add CommonDialog component in VBA development | 28 Jul 2003 10:10 GMT | 3 |
I use window98 / XP develop outllokXP VBA programmming, and I found if I havnt install VB or VS in the same computer, I can not refer the component CommonDialog when I code VBA origrams. Any one should give me idea how to solve it?
|
| How to get the owner of an appointmentitem | 25 Jul 2003 20:44 GMT | 3 |
Im using Outlook 2002 and need a little help in a VBA-Macro I'm currently working on. The macro creates an assigned task for an appointment in the actual inspector. To actually assign the task I need to set TaskItem.Recipients. I
|
| Outlook Automation, Sending Email | 25 Jul 2003 17:14 GMT | 1 |
I can successfully send an email message using Outlook Automation, but I keep getting an Outlook security message asking if it is okay for Outlook to send the message. My application receives data from a piece of scientific
|