| Thread | Last Post | Replies |
|
| Referencing at design time | 03 Jul 2003 15:01 GMT | 1 |
A general problem in VB I have not figured out is that you must REFERENCE the COM objects at desing time. If you reference ADO versions older or newer than the machine that will run your program, it won't work. I surely am mistaken, because components get updated to newer versions ...
|
| custom form not saving | 03 Jul 2003 14:55 GMT | 1 |
I created a custom task form and published. I then created the task but am unable to update it. I used text boxes when creating. It lets you enter text and save. When you reopen the task it's blank. What did I do or not
|
| 16 is the magic number | 03 Jul 2003 06:20 GMT | 4 |
I have been developing a VBA in Outlook 2002. What this does is grab all spam and fiddles with it so they all end up in the delete folder. Works pretty well but isn't ready for prime-time yet. But something I just noticed that I have never been aware of before. If I have 16 ...
|
| Open msg file on hardadisk via vba | 02 Jul 2003 16:10 GMT | 2 |
can everybody tell me how I open a MSG file on the harddisk inside VBA code to create a mailitem? THX Thomas
|
| scheduling a macro to run automatically | 02 Jul 2003 15:33 GMT | 1 |
Is there any simple way to do this ? I have a macro which sends a specific file along with a message to a few e-mail adresses. It works fine when I run it manually. Is there any way to schedule it to run, say, every first day of any month at 06:00 am ?
|
| Send/Receive through VBA | 02 Jul 2003 15:29 GMT | 1 |
How do I program VBA to have Outlook do a Send/Receive? I have several email accounts set up in Outlook, and I have Outlook automatically check for mail every minute. However, occasionally during the auto send/receive,
|
| Access "Report Item" | 02 Jul 2003 15:27 GMT | 1 |
I am working to create an Outlook add-in which would sort emails. The normal mails (and their properties like Subject, Body, etc......)that I receive in the inbox can be accessed using the "Mail Item" object. But any autogenerated mail which is because of an
|
| automating Outlook setup | 02 Jul 2003 13:02 GMT | 1 |
I'm trying to use VBScript to automatically configure Outlook for use with our Exchange server. Ideally, I'd like the script to 1)set the mail support for exchange server and 2)setup an account for the current user. Any
|
| VBA Outlook, attachments question | 01 Jul 2003 22:02 GMT | 2 |
Please help, I have 2 questions. 1/. I want my routine to send all .doc files in a folder to a contact but how, the Attachments.Add will not allow me to put "c:\docsemail\*.doc
|
| "The custom form could not be" | 01 Jul 2003 19:46 GMT | 1 |
I am trying to use VBA to move email based on a few rules (and I want more than I can get from the "rules wizard") but on some messages I get the following error message (twice for the same message):
|
| Distribute custom form | 01 Jul 2003 19:07 GMT | 1 |
I created a custom form in Outlook 2000, how can i distribute it to our customers? Thanks.
|
| Loop through messages in inbox | 01 Jul 2003 01:52 GMT | 1 |
I am coding for the first time using the Outlook object model. I have used VBA in Excel and Access before, so I do have some experience. So I need to loop through the emails in my Inbox and look for the email to have an
|