| Thread | Last Post | Replies |
|
| Importing Calendar Appointments programmatically | 31 Jan 2006 17:41 GMT | 3 |
Could someone please show me or point me to a web site that has an example of how to create an appointment in my Outlook XP calendar? In my code I already have this information defined: Location as String
|
| Remove invalid characters from path | 31 Jan 2006 17:00 GMT | 6 |
I am working on a macro that saves messages to a folder if the subject contains certain text. This becomes a problem with RE:, FW:, and any special characters like /. What could I add to my code that would check for invalid characters and replace them with "-"?
|
| Redemption - problem with Save | 31 Jan 2006 09:56 GMT | 4 |
I'm using Redemption to circumnavigate Outlook 2003 security on my setup while using some code to handle new messages. When I set the SafeItem.Item = CurrentItem, I have to precursor this with a CurrentItem.Save so that I can access some of the item's properties through the ...
|
| Automatically trigger a VBA macro to run when connection to exchange server has been made. | 30 Jan 2006 22:29 GMT | 1 |
I am currently producing a very simple electronic in/out board for my company. It works by using a public folder to which are posted the names of everyone in a particular office. For each user you can select whether you are in or out, where you are and when you are likely to
|
| setting default for combobox... | 30 Jan 2006 19:26 GMT | 1 |
I can't figure out the syntax for setting a multi-column combobox to a particular value after populating the combobox. I get errors no matter what I try. I'm used to doing this in Access, where it is a very simple assignment statement (cboField = value). There must be more to it ...
|
| outlook macro | 30 Jan 2006 13:30 GMT | 1 |
is it possible to write an outlook macro that can connect to an access database, get data from some tables (including email addresses) and then send emails automatically - without getting any security warnings? the reason i ask is that when i try to send email from access, i get the
|
| macro for "from" field | 30 Jan 2006 06:41 GMT | 1 |
How do you create a macro to automatically fill in the "from" field...so that the e-mail can look as if it came from a Support Dept instead of YOU?
|
| Events not always triggered | 30 Jan 2006 06:36 GMT | 1 |
My events for appointment items being added or changed aren't always triggered when I add or change an appointment. Sometimes, after I start a session , they don't tirgger at all, and I have to restart (sometimes more than once) before they'll get triggered. And if I make VBA ...
|
| How do I replace 'ABC' with 'A23' in multiple email messages | 30 Jan 2006 06:34 GMT | 1 |
I have over 100 messages where I need to change 4 text strings to the same replacement string for each original string. Can I create a Outlook Rule or a VB script to do this, under the Rules facility of Outlook?
|
| Open Outlook in Shared Calendar View? | 30 Jan 2006 06:24 GMT | 5 |
Network consists of a small amount of users who do not use individual calendars but share one specific calendar. Since the users only use Outlook for its shared calendar feature, is there a way to make all accounts in Outlook open in one single Shared Calendar view rather than ...
|
| user details | 30 Jan 2006 05:19 GMT | 1 |
I have a generic txt box on a custom appt form that is being used for receipents. What I want to do is place a button on the form that acts as a "check names". What I need is if the value is a valid address I need to be able to find things like display name and such. Any help ...
|
| Deploying Redemption.ll in a Windows Installer correct way | 29 Jan 2006 20:35 GMT | 6 |
Dmitry Streblechenko seems to indicate that his preferred method of installing Redemption.dll is to have it self-register. However, self-registering as a deployment method for dlls has fallen out of favor.
|
| clipboard | 28 Jan 2006 17:04 GMT | 1 |
Currently, I have a script that opens up Internet Explorer to a specific address: objWeb.Navigate \\test\test How can I just have it so I click a command button and the address gets
|
| items.add error 3265 | 28 Jan 2006 01:17 GMT | 7 |
I having problems with adding an appointment item. Dim oActiviteitenMap As MAPIFolder Dim oAgenda As Outlook.AppointmentItem Set oActiviteitenMap =
|
| VB Macro fails on Digitally Signed Emails | 27 Jan 2006 15:59 GMT | 3 |
Hi All, my VB macro in Outlook fails while accessing the body of digitally signed emails. The following line, mystring = MailItem.Body fails giving error pop-up saying "Run-time error '-1040171007 (c2004001)':
|