| Thread | Last Post | Replies |
|
| Assigning an Outlook template to a toolbar | 30 Jun 2006 23:01 GMT | 3 |
What VBA script do I use in my macros to assign a .oft file to a toolbar button? Thanks.
|
| Outlook 2002 (XP) - MAPIFolder.Description - Runtime Error -2113470450 | 30 Jun 2006 21:34 GMT | 3 |
I am trying to get the Description of a Folder using the Description Property of a MAPIFolder Object. Every newly created Folder has no Description property set by default. As a result of that I'll get a runtime error -2113470450. I have a
|
| Back up Macro | 30 Jun 2006 21:01 GMT | 3 |
I am new to this so please bear with me. Is it possible to create a macro that would back up all folders to a destination folder on the desktop or a cd burneron the closing of Outlook? In my work group, we are not allowed to delete emails so i am looking for an organized method ...
|
| VBS error spotting | 30 Jun 2006 20:18 GMT | 3 |
On Error Resume Next 'custom for each broker 'Set myItemGS = oFolder.Items.Find("[subject] = ""BH GS 29062006""") 'Set myItemHSBC = oFolder.Items.Find("[subject] = ""BH HSBC
|
| Catastrophic Failure while accessing Redemption.SafeMailItem.To and Recipients | 30 Jun 2006 17:48 GMT | 1 |
I have a C# application in which I am using Redemption.dll version 4. 0.0.452.In this application I am trying to access Outlook 2003 MailItem, by setting that item as Redemption.SafeMailItem (sMailItem) .Trying to access sMailItem.To and later i am accessing Redemption ...
|
| Speeding up my code | 30 Jun 2006 16:00 GMT | 1 |
Speeding up code. After a lot of trial-and-error coding and tons of support from you lot I have now got a working (sort of) code that exports a desired subset of contacts from outlook to excel in a useable fassion.
|
| Automate email send to multiple people with different attachments | 30 Jun 2006 15:57 GMT | 2 |
I would like to send the same email message to 500 employees. I would like to attach their personal and unique word doc, excel file or PDF file to the email and I would to do this automatically. Does anyone know if this can be done? And, how to do it?
|
| AutoExec Macro for an .oft file? | 30 Jun 2006 15:11 GMT | 3 |
I'd like to be able to start a new email message using an Office Form Template (.oft), and have it programatically insert the contents of the clipboard into the message section of the email as soon as it's opened. Can the template support an AutoExec macro or something like that ...
|
| use of Redemption in sceduled Task | 30 Jun 2006 09:36 GMT | 5 |
I've written an console-application based on Redemption (http://www.dimastr.com/redemption/)). the following code tries to resolve the smtp-Address of the mailsender: if(addressEntry.Type.Equals("EX")){
|
| Extract Outlook Address book properties into Excel | 30 Jun 2006 00:17 GMT | 11 |
How is it possible to extract all Addressbook properties like phone, email address, full name, business contact details & Customer user fields like EmpID & put them each in 1 column after another in an Excel sheet, 1 record (Row) for each mail received in Outlook.
|
| Check Button | 29 Jun 2006 23:51 GMT | 1 |
I have a query with a check button applied to each record or row in the query, and I set this query up as a sub form. What I would like to do is be able to check off the the record that has been already used. Pleas help Thank You,
|
| How do I set up a Access DB on a PC and the user can only execut | 29 Jun 2006 14:49 GMT | 1 |
I want to sent Access DB's to various clients. I want the Client to run his system against this DB but not being able to manipulate the data on the tables except through the system Willi Kruger
|
| Autosend Email With Attachments | 29 Jun 2006 00:48 GMT | 7 |
Hey guys i'm sure this has been posted but i just couldn't find it. I'm new to VB but was told it's the easiest way to do what i need. I usually program in java and several others but here goes. I need a program to auto send an email once a night with an attachment. The
|
| Access Database | 28 Jun 2006 22:46 GMT | 2 |
I have 21 names in the list box, this names have their own individual querys. Adobe, Microsoft, Billback, etc., Also they have there own individual Reports too, the Report have their own names AdobeR, MicrosoftR, BillbackR, etc. (the "R" Stands for Report). The Report are base of ...
|
| Possible to create rule that uses keywords located in a text file? | 28 Jun 2006 19:12 GMT | 5 |
In Outlook 2003, rules based on keywords require that each keyword be entered one at a time. I need to execute a rule based on a lengthly list (not a spam filter) of words that will need to be changed often. I'd like to do this by maintaining a text file of the words and have a ...
|