| Thread | Last Post | Replies |
|
| Labelcolor | 30 Nov 2003 22:58 GMT | 14 |
I searched everywhere trying to find the property for the labelcolor for an AppointmentItem but could find it. How do I read/set this property using VBA. Thanks for any hints. Kind regards
|
| Sample code for macro to forward current displayed item to fixed recipients (dist list)? | 30 Nov 2003 04:14 GMT | 1 |
Using various versions OL 2000, 2002, and 2003 on several computers in different locations. Politely requesting help in the form of sample VBA code so I may implement a macro to FORWARD the currently displayed email item to a
|
| You don't have appropriate permission to perform this operation | 28 Nov 2003 21:13 GMT | 4 |
We have an in-house application written to send e-mails from addresses in our SQL database using Outlook. Generally this appears to be working fine, except for one user who keeps getting the message:
|
| Mask Email Address | 27 Nov 2003 22:53 GMT | 3 |
I want to send an email to multiple people at the same time. I dont want people to see the email addresses of all the other receipients, they should be just able to see only the names of all the recepients to whom the
|
| Can't get SentOn property value for item in "Sent Items" folder | 27 Nov 2003 22:51 GMT | 3 |
I'm trying to archive old emails based on their SentOn, ReceivedTime, or CreationTime properties. I can get the value for these properties for any item except the items in the "Sent Items" folder. E.g., when I try to get the SentOn time, I get an error. ItemTime = ...
|
| Auto-Reply To Email | 27 Nov 2003 19:07 GMT | 2 |
I have the need to auto-reply to an email with a macro. I'm one of the administrators for a mailing list. Every time a new person subscribes, I get a notification email. What I would like the macro to do is take the _first_ word in the body of
|
| Label property and appointmentItem | 27 Nov 2003 17:55 GMT | 1 |
I need to change the label color of a appointmentItem, Someone know how to change it ?? Thank's MARC
|
| Does anyone know how to programaticaly detach an attachment please | 27 Nov 2003 16:38 GMT | 4 |
In my application I need to be able to monitor a folder (not the inbox When a email is moved to that folder with an attachment I want to save the attachment to a fixed location and then delete the email I can find loads of examples of how to make a document and attach a file but ...
|
| Outlook 2003 check group exist in shortcuts and add SHortcut | 26 Nov 2003 17:46 GMT | 3 |
Hello Peopl i had a problem with outlook 2003 and add shortcut programatically, de compiler generata 429 erro on add method, i declare explicitly de objects and not obtain sucess My questions is , why function this in outlook 2003, check if group exist and add shortcuts with ...
|
| Violation | 26 Nov 2003 16:02 GMT | 1 |
I am working with VBA automation inside Outlook and I am using AddStore and RemoveStore methods, BUT after the RemoveStore I need to replace a new .pst file under SO. SO reports me that a access violation has occurred! Seens
|
| Identify the Outlook folders(name) from VB | 26 Nov 2003 15:57 GMT | 1 |
How to identify the Outlook folders from VB, as for different language setting, the name of the folder changes for example in English settings: Inbox but in Dutch setting: Postvak Inn. So i have to identify the folder,
|
| Public folder interconnectivity | 26 Nov 2003 15:56 GMT | 1 |
I am part of a 3 member network that is trying to streamline Outlook to one public database. We created a Master contact db, along with Master calendar, Master journal, and Master tasks. The problem we are experiencing is that these public folders are not interlinked like
|
| identify the Outlook folders from VB | 26 Nov 2003 15:51 GMT | 2 |
How to identify the Outlook folders from VB, as for different language setting, the name of the folder changes for example in English settings: Inbox but in Dutch setting: Postvak Inn. So i have to identify the folder,
|
| VBA with Project 2000 and XP | 26 Nov 2003 15:25 GMT | 1 |
I customized Project 98 using VBA. There are two files, a filename.mpp and a Global.mpt. The global file contains all of the customized toolbars and macros. It worked fine using Project 98 on NT, but now that I have it
|
| Using DatePicker Control | 26 Nov 2003 11:15 GMT | 1 |
I am using the datepicker control on an Outlook form. During the run-mode, its not able to save the values. I think that I have set all its properties correctly. Any pointers as to how to make the control save the value
|