| Thread | Last Post | Replies |
|
| How to delete a form published in Calendar | 19 Oct 2005 15:27 GMT | 1 |
I have publised a new form in Calendar folder using following code: ************************* Dim filename As String Dim Temp As String
|
| Can I change anything on task layout? | 19 Oct 2005 15:24 GMT | 2 |
I was wondering if there is anything I can change on the layout of my Outlook tasks? Maybe the forecolor or backcolor of a task or even field? For example change the folocolor to red if the Status = olInprogress.
|
| SQL or Conditional format query | 19 Oct 2005 02:42 GMT | 1 |
I am writing an SQL query using the phrase "3 business days ago" and it is returning a value of 10-3-05. I am expecting 10-13-05 if today is 10-18-05. This is not working in the conditional formatting area either using "on or before" then "3 business days ago" or even the "on or ...
|
| How to detect when a send\receive is complete? | 18 Oct 2005 21:37 GMT | 1 |
I have written (or in the process of) a program to externally dial up my companies VPN, start outlook, and issue the "send\recieve" command. The program then waits for 10 minutes and then closes outlook and disconnects my VPN. I am currently closing the
|
| Clear a view Filter in code. | 18 Oct 2005 17:45 GMT | 1 |
I asked this question twice before with no responses. :( Here is the "solution" I finally came up with, but it still leaves one undesired effect. Problem:
|
| Connecting contacs to access or sql server? | 18 Oct 2005 15:24 GMT | 1 |
Does anyone know if that is possible and maybe give a few hints? Best, /Eric
|
| Create PST | 18 Oct 2005 14:48 GMT | 5 |
I am using Exchange 2003 as an e-mail server and Outlook 2003 as an e-mail client. We leave all mail on the server and use Outlook only to view mail. I would like to write a script, hopefully that a user can run, that will take a users mailbox and zip it up into a PST file. It ...
|
| Restrict Method [ReceivedTime] DNW | 18 Oct 2005 14:21 GMT | 2 |
Hello! I am trying to set up a filter where I can restrict retrieved messages from an Outlook 98 account using the ReceivedTime, Restrict method, and a dynamically assigned date range: Set myItms = objFolder.Items
|
| Code runs right every second time! | 18 Oct 2005 14:17 GMT | 14 |
This is driving me nuts. I have some code that runs right every second time and I can't figure out why! The purpose of the code is to automatically address and format an e-mail message from a button on an MS Access card. The code correctly takes the
|
| Delete duplicate mails | 18 Oct 2005 11:07 GMT | 1 |
I have many messages which are replies of previous messages. I want keep the latest one only and delete all previous messages. This activity is to be doe for only one folder and not for other folders. Is it possible? Thank You,
|
| Outlook.Items of mail items are empty | 18 Oct 2005 09:18 GMT | 1 |
I try to write a macro that deletes double (and more) emails. Take a look on the code (you can input a folder structure with up to three folders). ----------------------------------------------------------------
|
| Problem writing Body property to a new Contact | 17 Oct 2005 21:27 GMT | 1 |
Hi, all! Trying to locate an answer as to why attempts to write info to the .Body property of the ContactItem object (CreateItem method) is failing... Code follows: Dim oCT As Outlook.ContactItem =
|
| Express ClickYes Problem | 17 Oct 2005 17:35 GMT | 3 |
I've been using the Express ClickYes program very happily for some time now so when my latest project needed to be able to automatically send emails I thought it would be easy to do. Unfortunately there is one big difference between the latest project
|
| Changing date in Journal with keyboard strokes | 17 Oct 2005 14:46 GMT | 1 |
Can someone direct me toward the VBA code for changing the date in the journal by pressing the “+” or “-“ key on the keyboard? Thanks
|
| Confirm deletion of Journal entry | 17 Oct 2005 14:45 GMT | 1 |
I’m looking for code to ask for confirmation before deletion of a journal entry. I did a search on the site and did not find any. Anyone’s help or suggestions would be appreciated.
|