| Thread | Last Post | Replies |
|
| How to set CC @ Outlook Redemption | 09 Nov 2006 18:19 GMT | 8 |
can anyone post me a sample code, how to use the Outlook Redemption CC & BCC ? when i try .cc ="x...@xx.xx" or .bcc = "x...@xx.xx" then i get an error "read only"
|
| Sending Mail from Excel with VBA | 09 Nov 2006 16:33 GMT | 4 |
I have an Excel (2003) VBA application that sends e-mail through our Exchange server. Everything works fine, but I am looking to address an issue that is somewhat undesirable with the procedure. The e-mail is sent by clicking on a command buttom from a userform. As I said; the ...
|
| ACL-Question | 09 Nov 2006 11:22 GMT | 4 |
I`m writing a code to check the user rights in public folders. With the following loop I can get the rights of each user or group: For Each objACE In objRDOFolder.ACL Debug.Print objACE.Name & " - " & objACE.Rights
|
| Macro for ... Junk E-Mail; Add Sender to Blocked Senders List | 09 Nov 2006 06:19 GMT | 1 |
I need to do the following when I hover over spam, a single e-mail at a time: Right-Click; The letter "J" for Junk E-Mail; The letter "B" for Add Sender to Blocked Senders List
|
| Newbie: How can enable VBA projects i Outlook 2003? | 09 Nov 2006 06:02 GMT | 1 |
I have a project in VBA developed with Outlook 2000 and in Outlook 2003 i can not execute. Can help me? Thanks
|
| Macro to open a new Task and assign it a specific category | 09 Nov 2006 06:01 GMT | 1 |
I would like to set up an Outlook macro or hot key that does the following in any Outlook view: 1. Opens a new task 2. Assigns the task a specific category — for example, Business Resource,
|
| Avoiding security pop up on MeetingItem.Respond/Send | 09 Nov 2006 00:50 GMT | 1 |
Using Outlook 2000, I have a custom rule that accepts meeting requests automatically when a new meeting item is received. Unfortunatly there are two security warning that pop up when I use the respond and send method. Here is my code :
|
| Outlook 2k3 script: Open contact window | 09 Nov 2006 00:37 GMT | 3 |
I added to custom form (task) the built-in contact when I clic on the button it open a window on my inbox Contact I want it to open this windows on my public contact folder ...is that possible ?? tks
|
| How to add a UserProperty to a MAPIFolder? | 08 Nov 2006 22:10 GMT | 4 |
I want to be able to use MAPIFolder.Items.Restrict() to return me a collection of items that my program has not yet processed. After I process items, I mark them w/ a custom string UserProperty that I set to a GUID.
|
| Set follow up flag on message in my sent box | 08 Nov 2006 17:34 GMT | 2 |
This code sets a follow up flag to message when I send the mail to specific receiver, it works fine. But I want to change it so it only set follow up flag on message in my sent box, not on the email sent to the receiver. Is it possible?
|
| Outlook 2k3 Script: Exporting Task item to Excel | 08 Nov 2006 16:01 GMT | 5 |
I want to export all my task (from date 1 to date 2) to an Excel File programmaticaly using Outlook vbs It's a personal Form with personal Fields, when I use the standard outlook export some items are not present and Other (unusefull) are there, I use
|
| Outlook 2k3 Script: Pb saving data in custom item | 08 Nov 2006 14:49 GMT | 1 |
I've made my own task form and added many personal Item, I set tow of them in read only , to prevent manual modification of these value on the first I put the Number of the task (personal calculated Number) on the second I put other calculated value
|
| Send mail using MAPI and not get a prompt | 08 Nov 2006 14:46 GMT | 1 |
I am writting an application in VC++ 6, How do I send mail using MAPI and not have the user get a prompt. I'm trying to do some automation, and I want my program to notify the user through email (MAPI) when the program is done.
|
| Duplicate and edit a mailitem in OL2002 withouth lost html body and "glitters" | 08 Nov 2006 14:41 GMT | 7 |
In OL2000 I duplicate in VBA a mailitem as follow (both Win 98,ME,XP all SP, office all SP): Dim olApplication As Outlook.Application Dim olNameSpace As Outlook.NameSpace
|
| Outlook 2k3: Missing item when task to exporting to excel | 08 Nov 2006 14:38 GMT | 3 |
I've created a personnal task form with customed datas. When I export my task folder to excel all the fileds I added are missing , how can I get them back in the export ?? very important Pb I use the mileage value to put Customed task ID when I export to excel
|