| Thread | Last Post | Replies |
|
| Create Outlook folder of main root | 05 Apr 2007 18:41 GMT | 1 |
I have scripts to create folders of the Inbox, etc. But how do I create one of the main root (Mailbox - )?
|
| Connection with an SQL Server 2005 database | 05 Apr 2007 15:48 GMT | 3 |
I would like to create a macro when triggered at the definition of a rule in Outlook would read the properties of the new email and update a SQL Server 2005 database through a database connection. For example I would like to store and append all the sender names and the subject
|
| Detect Meeting Responses | 05 Apr 2007 07:01 GMT | 2 |
I can successfully loop thru all messages in the Sent Items folder until the code reaches a Meeting Response item. At that point there is a type conflict. How can I detect a meeting response so I can ignore it and continue with the loop?
|
| Remove an individual occurrence of recurring appointment | 04 Apr 2007 19:02 GMT | 10 |
Hi i write this: Sub CleanUp() Dim objOL As Outlook.Application Dim objNS As Outlook.NameSpace
|
| Explanation of Items count? | 04 Apr 2007 18:14 GMT | 2 |
I have the following code. Dim Olapp As Object Dim Olmapi As Object Dim Olfolder As Object
|
| Find overlapping appointments | 04 Apr 2007 15:45 GMT | 2 |
I have a macro (and a own formular) which creates a new appointment in a defined calendar. Is there a (intern) function for checking of overlapping appointments? Thanks
|
| Automated answer-template with "dyn." html | 04 Apr 2007 06:12 GMT | 3 |
we have a web form on our website where users can enter their e-mail address in order to get a newsletter. The form sends an e-mail to us with the users e-mail address in the from field and in the body. I created a rule that automatically answers this mail with a template. The
|
| problems with .SaveAs during recursive enumeration in public folders | 04 Apr 2007 06:09 GMT | 3 |
As experienced VBA-programmer in ms-access I try to do something in outlook but do not exactly know the right approach. Situation: outlook 2003 and exchange and ms-access Objectives:
|
| Convert to text. | 04 Apr 2007 03:07 GMT | 1 |
I noticed that as I scroll thru the messages in the Junk folder it says "Converted message to text". Is it possible to grab the message body save messages to files; 1 as Text, the other as HTML? I wish to use the files in another application
|
| Sensitivity Options in email | 03 Apr 2007 21:10 GMT | 3 |
I would like to place a 'button" on the toolbar in the standard mail form that when clicked marks a message as confidential. I know clicking options - sensitivity-confidential should be easy enough-but.....
|
| Select contacts and paste in Excel | 03 Apr 2007 19:36 GMT | 1 |
Does anyone have a code for selecting a contact for Outlook in a userform and paste it in a Excel spreadsheet. I have a code that is not very efficent as i want to select from about 1000 contacts. Thanks
|
| Using Global Object ID | 03 Apr 2007 15:54 GMT | 9 |
I'm working with Access and Outlook Meeting. Trying to figure out the best way to create and delete meeting from Access. I've created the meeting successfully, but haven't been able to delete and send a delete notice to other meeting participants. I read something about using ...
|
| Rename Folder in Outlook Inbox | 03 Apr 2007 01:43 GMT | 1 |
I would sure appreciate VBA for renaming a couple of folders in my Inbox. I imagine I'm getting close with this: Set objOutlook = CreateObject("Outlook.Application") Set myNameSpace = objOutlook.GetNamespace("MAPI")
|
| How can I add [SEC=UNCLASSIFIED] to the subject line of all new em | 02 Apr 2007 23:26 GMT | 4 |
I am required to add [SEC=UNCLASSIFIED] to the subject line of all new emails in Outlook 2007 - how can I do this automatically\programmatically?
 Signature Ron McLay
|
| Getting rid of all recurring appointments on a day | 02 Apr 2007 14:03 GMT | 2 |
I tried synching my MSOutlook with Palm Desktop using a piece of software called DesktopMirror. It all worked great until I noticed that now every contact had a birthday reminder on 29th December in Outlook.
|