| Thread | Last Post | Replies |
|
| vbaproject.otm | 12 Nov 2003 23:04 GMT | 1 |
Is there a way to recover the vba code from a corrupt vbaproject.otm file? Possibly view it as just a text file to copy/paste into a new .otm file?
|
| A Recurrence Pattern query... | 12 Nov 2003 20:40 GMT | 2 |
Can anyone advise me the most efficient way to find all instances of a recurring Appointment Item over a particular period? Eg I want to find all instances of Item with EntryID = 123 over period 01/11/2003 to 30/11/2003. It seems I could plug each individual date which occurs
|
| From Field | 12 Nov 2003 19:56 GMT | 4 |
I have another mailbox which delegated to my account. Let's say th mailbox is Ysut2. In manualy way, I can change the From field to YSUT everytime I want to sent a newmail. But, how to change with VBA ?
|
| Programmatically clear the system tray icon? | 12 Nov 2003 19:22 GMT | 3 |
Is it possible to clear the "envelope" system tray icon that appears when new mail has arrived using VBA? If so, how? Thanks, David
|
| Addresslist issue | 12 Nov 2003 19:08 GMT | 3 |
I'm writing some VBA code to run in Outlook 2002 as a macro. What I want to do is go through the users addresslist (GAL, contacts etc..) and find a matching list name, for further processing I am looping through an AddressLists object, and comparing AddressList.Name to my search ...
|
| Toolbars | 12 Nov 2003 18:39 GMT | 2 |
Can you hide a standard toolbar through VBscript coding on a custom form and then have the standard toolbar reappear when the custom form is dismissed? Thanks. Wanda
|
| Help Launch Automated Message After Product Build | 12 Nov 2003 18:07 GMT | 3 |
How can I (safely) trigger an Outlook automated message depending on the existence of a file located on another machine that does not have Outlook installed. I have two PCs on our network, one is my workstation and the other is
|
| Outlook 2000 - Strings | 12 Nov 2003 14:52 GMT | 1 |
Hello, I have a big problem Look at this smal Program: Dim a As String
|
| Changing .Location property of Appt. doesn't fully work | 12 Nov 2003 00:52 GMT | 2 |
Hi all- I am encountering some odd behavior in Automating Outlook 2000 from my VB 6 app. I am using a Restrict criteria to pull all appointments belonging to a certain
|
| Setting Email1Address and Email2Address fails | 11 Nov 2003 23:49 GMT | 1 |
When I attempt to write more than 1 email address to an outlook contact and then I save the object, the address I have written into Email2Address is lost and replaced with the address in Email1Address. CallByName MyObject, "Email1Address", VbLet, "test1@test.com"
|
| Automate, but not send | 11 Nov 2003 21:53 GMT | 4 |
I have working code that is doing great at automating sending email from Access, but now I have a reason to generate the email and attachment, but I want to stop it with the email window showing to let the user pick the
|
| Redemption and Itemsend not working | 11 Nov 2003 17:55 GMT | 3 |
I have code that runs from Excel, Access, that sends out reports automatically. Now that I have xp I have modified my code to use Redemption so that my workstations can be locked and still run the reports. The problem is I also have code in the thisoutlooksession module ...
|
| Save attachment to outlook folder | 11 Nov 2003 16:30 GMT | 1 |
I can save an email attachment to a folder on my PC but how do I copy an attachment from an email message to another outlook folder? I have a huge number of messages with attachemtns that are also email messages.
|
| GetReccurrencePattern.Occurrences gives wrong number of occurrences | 11 Nov 2003 16:29 GMT | 3 |
Hello NG, I have a problem with the export of Outlook-appointments to an Excel-file. To export the recurring appointments correctly I have to "extract" the number of occurrences of an recurring appointment-item
|
| Where is Replied To property stored? | 11 Nov 2003 16:28 GMT | 3 |
With a standard form in Outlook 2k, when a user replies to or forwards a message the date they replied appears as a banner at the top of the message when opened later. Where is this property stored? Can it be accessed in VBA
|