| Thread | Last Post | Replies |
|
| macros without coding? | 28 Jun 2006 18:27 GMT | 2 |
Attempting to create a macro in Outlook sends me into Visual Basic. I don't understand it. I don't understand how to write code. Visual Basic's Help section doesn't help at all. When I use Word, I can create a macro by DOING exactly what I want the macro
|
| Calendar to PST | 28 Jun 2006 05:59 GMT | 1 |
I'm using Outlook 2002 SP3 and I would like to program a daily move of a Outlook Calendar from one organisation to another. From the GUI I can copy and paste the calendar to an PST file that I could then send to the other organisation. I would like to automate this but have I ...
|
| backup outlook tasks | 27 Jun 2006 22:41 GMT | 1 |
I would like to make a backup of my outlook tasks without using the export as .pst. I just want a VBA macro that will make a copy of all my outlook tasks as xml data or to a format
|
| validate incoming messages | 27 Jun 2006 18:20 GMT | 1 |
Good morning, First off, I have never done any programming in Outlook. Is it possible, how can I, to check all incomming e-mail messages subject for a specific format or word sequence ("Detective Answer...") and when it
|
| Anlage Speichern | 27 Jun 2006 18:17 GMT | 1 |
Wie kann ich die Anlagen die mittels Regelassistant in einen Ordner (Persönlicher Ordner) verschoben werden, Automatisch Speichern. Hab leider keine Ahnung von VBA und bräuchte den Code.
|
| counting the number of unanswered email messages in outlook | 27 Jun 2006 17:59 GMT | 2 |
Is there a way to count the number of unopened messages in an oulook inbox?
|
| MessageClass Property of a Post | 27 Jun 2006 08:49 GMT | 13 |
Using VBA, I extracted text from 200 rows of a Word table and created 200 Post Items. I wanted the Posts Items displayed in an Outlook form I'd designed, so VBA set the MessageClass property of each Post Item to: objMYPOST.MessageClass = "IPM.Post.My Form"
|
| Convert double value return by Outlook api to CTime | 27 Jun 2006 05:56 GMT | 2 |
i have following code _ContactItem contactItem; COleException e; OleInitialize (NULL);
|
| Getting larger text in olEditorHTML | 27 Jun 2006 05:29 GMT | 1 |
Hi. I'm new to Outlook VBA, so perhaps I'm missing something obvious. I'm trying to get larger text on the screen for the user when writing and reading HTML email. So, I have code in the "Activate" event of the new Inspector. I have a
|
| Calling a private sub in Outlook via toolbar button | 27 Jun 2006 05:21 GMT | 1 |
I need to add a button to my outlook toolbar called "send and file". This button needs to call a subroutine that will send the message and allow a user to choose a folder to save the message to (other than the sent items). My subroutine is working correctly. However, I am unable
|
| ReplytoAll Warning | 26 Jun 2006 22:30 GMT | 1 |
I want a warning to display when the "Reply to All" is clicked. I am adding the following code to "This Outlook Session": Private Sub myItem_ReplyAll(ByVal Response As Object, Cancel As Boolean)
|
| Array of outlook items....HELP!! | 26 Jun 2006 13:52 GMT | 5 |
I'm using the following code, from Excel, with no reference to Outlook: Dim objOutlook As Object Dim objMailItem As Object Dim myCreatedEmails() As Object
|
| Outlook 2003 Custom Action on Outgoing Email Rules | 25 Jun 2006 09:35 GMT | 1 |
I want to delete Items marked as confidential or private from sent items folder once they are sent. Which functions, code should i use for the same. Will this be a custom action in rules?
|
| Eliminate Window MEssage | 23 Jun 2006 23:20 GMT | 1 |
I have a macro that e-mails one excel sheet. However, everytime I click the macro I got the following window message from outlook: "A program is trying to automatically send e-mail on your behalf. Do you want to allow this?
|
| Outlook save attachments problem | 23 Jun 2006 18:10 GMT | 7 |
I have an issue with one of my users in relation to some code that gets run in outlook. Basically the code reads the subject line and then saves the attachment to the "c:\temp\" directory on the users machine. The problem is that the code will work flawlessly on any other ...
|