| Thread | Last Post | Replies |
|
| Automatically send messages from Outbox | 25 Nov 2006 16:56 GMT | 1 |
TIA: Trying to send email after adding attachments in Outbox...the following code producess error "item has been moved or deleted". If I just Save the emails, all is OK but they will not be sent when I click
|
| Minimizing the Outlook Window in Code | 25 Nov 2006 15:56 GMT | 1 |
This is for Outlook 2000 and 2003 I can create an instance of outlook with set gOutlookApp = CreateObject("Outlook.Application") I can make the instance visible with
|
| Outlook 2007 And SharePoint Integration | 25 Nov 2006 04:02 GMT | 2 |
How to Programatically Create Sharepoint 2007 Document Libraries Folder in Outlook 2007. How to get the Sharepoint Sites name and its Document Libraries Folders name for the logged on user in VB.net
|
| Subscribing to an RSS | 25 Nov 2006 04:01 GMT | 2 |
Hey guys, I am having problems with building a macro to subscribe to an RSS feed. I know by right clicking on RSS feeds and clicking add a feed, a pop up box opens in which you insert the RSS URL. I want to configure Outlook so that I
|
| set focus to the TO textbox in a mail message | 24 Nov 2006 16:24 GMT | 2 |
I don't know whether I tampered with something but when I open a new mail message the focus is not set to the TO: textbox or recipient. I have written a macro to do that but upon opening I don't know how to set focus to that textbox.
|
| hiding attachments and comments for non-Authors | 24 Nov 2006 14:27 GMT | 4 |
Situation: I am asked to advise a management team and it's assistants about sharing Calendars. I have successfully answered all their questions but one issue remains. The managers want their own assistants to have
|
| Move send mails from special account | 24 Nov 2006 12:23 GMT | 3 |
Hy together, im getting really mad with VBA in Outlook 2003. Im trying to check when a mail has been send from which account it was send. After that I want to move the sent mail in a special folder if
|
| Creating Mailbox Top Level Folder with VBA | 24 Nov 2006 07:05 GMT | 2 |
I am trying to work out how to create a folder in Outlook that is on the same level as the Inbox. The code I am working with is: Dim onMAPI As NameSpace Dim ofInboxFolder As MAPIFolder
|
| Macro that creates desktop shortcut | 24 Nov 2006 06:27 GMT | 6 |
I'm trying to write a macro that creates a shortcut on desktop for internet explorer so that it opens a particular website, let's say my isp 62.30.31.74 two questions: 1st is it possible to do this?
|
| calling a vbscript from a macro in Outlook 2003 | 23 Nov 2006 17:32 GMT | 1 |
I have a piece of code "Send&Journalize" developed in Outlook 2000, that is activated from mail. The code journalise the mail in an other application (Hummingbird - DocsOpen), send the mail and delete it from Send mail.
|
| Outlook 2k3: How to apply a personal Form to an existing task | 23 Nov 2006 16:37 GMT | 3 |
I Published a personal task form, but older task created with the default ipm.task still use this default form, is'it possible to make them using my new form ??? Tks
|
| Outlk 2003: How to flush outlook form cache | 23 Nov 2006 09:39 GMT | 1 |
Some user have Pb when they close an reopen Outlook 2k3 they can't use my personal form published, and I have to republish the form so how can they flush the cache to re-load the form Tks
|
| Exporting Email to Word | 23 Nov 2006 03:09 GMT | 1 |
I was wondering if anyone can tell me if there is a way to export email into individual word files. I am very new to VBA and would appreciate any help. cedross
|
| Set Categories macro | 22 Nov 2006 17:13 GMT | 3 |
This macro should add specified categorie to each email I have selected, but nothing happens. What could be wrong? /Marcus ----------------------------------------
|
| Outlk 2k3 Script: Saving Excel File programticaly from OUTLOOK SCRIPT | 22 Nov 2006 15:33 GMT | 3 |
Finally I found the way to export my data from outlook to Excel Programtically, the last thing I miss is to save this excel file on a network HDD I tryed
|