| Thread | Last Post | Replies |
|
| itm in itms folder question. | 30 Nov 2006 21:40 GMT | 6 |
I am wishing to capture the itm from the collection when it is found and then overwrite the info using with itm. If it is not found then I wish to set a new itm and add the info. As the code to add or overwrite is the same I was hoping to just have it
|
| How to add recipient to open appointment? | 30 Nov 2006 20:37 GMT | 1 |
How do I add a recipient from my address book as a resource to my current open appointment. I can find tons on how to open a new appointment, but since the form I am using to pick my resource is activated from a open appointment, I
|
| filtering appointment attendees and resources?? | 30 Nov 2006 17:00 GMT | 5 |
here is the problem. I have a list of 40 or so meeting rooms, that I want to be able to choose from when I set up a meeting in outlook. These meeting rooms show up in the outlook address book, similar to staff members, and are currently added as a "resources" from the
|
| it is possible to clear the form cache of Outlook via logon script | 30 Nov 2006 16:24 GMT | 1 |
I have 500 workstation and trying to clear form cache using logon script. I guess my question is how to write a logon script to resolve this issue?
|
| Saving email to sharepoint wss and accessing metadata | 30 Nov 2006 16:23 GMT | 1 |
I have the following task to complete: I have a document library in Sharepoint WSS 2003. I am currently saving emails in this document library, using redemption and VBA from Outlook which works ok.
|
| Outlook Get EntyID | 30 Nov 2006 16:21 GMT | 1 |
I read the Outlook Inbox folder with the following code. According to the Microsoft specification 24 columns should appear, among them the column EntryID. But only 20 columns are displayed. How do I get the column EntryID? Or is
|
| Add "You were bcc'd" to msg body? | 30 Nov 2006 16:20 GMT | 1 |
Office OL 2003, SP2 I've received bcc's of email from people, where the body of the msg has the legend at top: "You were bcc'd." Is there a way to have OL add that to the body of a bcc?
|
| Outlk 2k3 Script: Checking if an application/file exist | 30 Nov 2006 14:15 GMT | 1 |
I share a from that run Excel from outlook script, fill sheet with some data of my contact folder save the excel file and add it as an attachement to a mail and send it But....
|
| Unable to retrieve recurring item using GetOccurrence method | 30 Nov 2006 09:32 GMT | 2 |
I need to programmatically delete a particular occurrence in a recurring pattern of appointments or tasks in an Outlook 2003 calendar. I have been using GetOccurrence to try to instantiate the occurrence, but I just cannot make it work.
|
| Problem copying User1 data to custom-defined field | 30 Nov 2006 00:39 GMT | 4 |
Very novice user here. After importing contacts from an Excel file into Outlook 2003, I have mapped 1 item to User Field 1. I now need to copy that value into a custom-defined field called "Specialty". I started out with the code I got from here:
|
| Outlk 2k3 Script: Closin an opened Excel | 29 Nov 2006 19:37 GMT | 2 |
From an outlook script I launch Excel and fill I with data extracted from my Task then I display It Set objExcelApp = Item.Application.CreateObject("Excel.Application") here is my code
|
| Outlk 2k3 Script: HtmlMail | 29 Nov 2006 11:52 GMT | 4 |
I use a personal task form that create aHtml mail with some Task item properties and add the task.body to the mail.body All is working fine, but if the task body contain these caracter "<>" all the text after is ignored in my mail body
|
| VBA Disapperas | 29 Nov 2006 06:41 GMT | 7 |
I have a VBA that turn emails into tasks in Outlook XP, and for some reason it disappears causing the subsequent rule to fail. It usually runs around 10 times, then the code simply goes away! I have no idea to why this is occurring, and any help would be greatly
|
| Monitor Macro Running | 29 Nov 2006 06:13 GMT | 1 |
I am running the macro from Outlook and it extract the new mails details to Excel. I dont know when the macro complete the job. Is there any possible to display a message like "Your Job Done" after completing the job.
|
| Bcc messages from Access 03 to Outlook using query | 28 Nov 2006 22:15 GMT | 7 |
Someone on the general board pointed me in this direction. I have the following code to use the emails returned from a query, open outlook and bcc them. It gives a run time error sayinig it doesn't support the property or
|