| Thread | Last Post | Replies |
|
| Execute Outlook 2003 Command Bar in VBA | 23 Dec 2003 18:22 GMT | 3 |
Hi NG, I need to change the Mailformat from HTML to RTF in VBA. e.g. objInspector.CommandBars("Menu Bar").Controls ("Format") XXXX .execute
|
| Deploying outlook 2000 views | 23 Dec 2003 18:16 GMT | 1 |
I've developed a Outlook 2000 COM Add-In to be deployed to all users within an organisation. However I'm still stuck on one point regarding views. I need to be able to deploy a custom view along with my add-in. Since Outlook 2000 doesn't allow programmatic manipulation of ...
|
| automatic BCC based on sending account (Outlook 2000 IMO) | 23 Dec 2003 18:02 GMT | 1 |
I've used the VBA code on the Slipstick site (http://www.slipstick.com/dev/code/autobcc.htm) to automatically BCC myself on all outgoing messages (using Outlook 2000 in IMO mode), and this works fine. However, I have Outlook configured with more than one
|
| OUT of the outbox ? | 23 Dec 2003 17:51 GMT | 3 |
As I send records from Access to Outlook's mail , my mail stacks up in Outlooks Out box. Is there any way to programatically SEND the mail , or does my client have to manually tell outlook to send ?
|
| Automate Moving Folders | 23 Dec 2003 17:26 GMT | 1 |
I have hundreds of Email Sub Folders which I now need to move to a single "completed work" folder. How can I create a macro that when I run it it will move the specified folder/s to the single "completed work" folder.
|
| Auto save Outlook Attachments | 23 Dec 2003 17:20 GMT | 1 |
How can I, after a message has arrived and normal rules, like move to a folder if from a specific sender has been executed add a custom rule that check if their is an attachment or attachments and extract the attachment or attachments only and save the attachments only as is to ...
|
| Auto Reply form? | 23 Dec 2003 17:11 GMT | 1 |
I am interested in having an autoreply form available. When I click reply, a special form opens extracts the reply email and puts in the to field, extracts the senders name and puts it into a paragraph. The form has a canned subject and canned text that I can change according ...
|
| Problem with Restrict method on Items Collection | 23 Dec 2003 16:46 GMT | 3 |
I have a collection of Appointment Items (myItems) which I want to Restrict based on date range, and a specific EntryID. Because the Restrict method can't be used with EntryID, when I each Item is first created I copy EntryID to the BillingInformation property. However when I ...
|
| How to detect the deletion of a Recurring Appointment...??? | 23 Dec 2003 15:56 GMT | 1 |
I need to be able to detect when the user deletes an instance of a recurring appointment - not the Master item, but one of the Recurrence Items. Normally I detect deletion of Appointments by using myDeletedItems_ItemAdd() - but this doesn't work for the delete of a recurrence ...
|
| Insert WingDing character in email message | 23 Dec 2003 08:17 GMT | 1 |
This may sound silly but I have someone who would like a macro that will insert a happy face into her email message. I believe there's a happy face character in the WingDings Font set.
|
| common dialog in Access VS VB | 23 Dec 2003 05:31 GMT | 1 |
The Common dialog control in Access seems much more limited than in VB 6 - is this right ? I need away of giving a client capcity to browse to a file and pick it ( adding it as an attachement to outlook mail - from access)
|
| automatic BCC using Redemption | 22 Dec 2003 22:13 GMT | 2 |
I am trying to adopt the automatic BCC code shown on the Slipstick web site (http://www.slipstick.com/dev/code/autobcc.htm) to work with the Outlook Redemption library, as the Slipstick page suggests to get around the security prompts.
|
| How to obtain FolderType from a Folder | 22 Dec 2003 19:54 GMT | 3 |
I can I get the FolderType of a selected folder? For example: each Personal Folder has a Deleted Items folder. I want to iterate over the Personal Folders' Foldders list and get the FolderType (olFolderInbox, olFolderOutbox, etc.) for each folder. Any ideas? Nimpie
|
| Having trouble with Code to Move Mail | 22 Dec 2003 19:39 GMT | 3 |
Hi! I'm having trouble with a bit of VBA in Outlook 2002. The purpose of this macro is to move the entire contents of one specific folder to another specific folder. The problem is this: When I use the version of this macro that has both
|
| Existing Outlook session vs. new Outlook session | 22 Dec 2003 17:56 GMT | 1 |
I am a newbie, and all I am trying to do is open the 'My Contacts' folder in my existing Outlook session. Instead, this code keeps opening a new session of Outlook to display the folder. What am I doing wrong?
|