| Thread | Last Post | Replies |
|
| Outlook 2003 Scurity Prompts | 18 Aug 2006 15:22 GMT | 2 |
I have modified a standard outlook form and got the security prompts when VBScript code trys to access Outlook.Recipients. I have read Sue's advice on this problem in the newsgroups and need some advice. Sue states that "Outlook 2003 does not show security prompts on three
|
| Task Attachments Are Not Being Displayed | 18 Aug 2006 03:38 GMT | 3 |
Hi I have a program (thanks to Sue Mosher) that converts emails into tasks, based on certain words in the subject line. It runs as an Outlook Rule. It works fine except for the attachments. For some reason the attachments that are being sent are not being displayed in the task ...
|
| Optimizing retrieval of recurring appointments | 18 Aug 2006 01:01 GMT | 5 |
I have a few more questions about the retrieval of recurring appointments as it seems to be the major bottleneck in my code. 1. When you set Items.IncludeRecurrences to true, Does the processing to determine individual appointments with Items.Find get done on the Exchange
|
| Redemption - Recurring Activities | 17 Aug 2006 20:35 GMT | 8 |
Can Redemption provide functionality similar to OOM IncludeRecurrences when retrieving mapi tables ? If not, what is the most efficient way to use Redemption with OOM to retrieve recurring activities? Thanks, Tad
|
| I NEVER reference RE & FW in sub lines - also clogs subject line | 17 Aug 2006 18:15 GMT | 2 |
I have not ever once looked to the subject line to see if a message was forwarded or replied to. Beyond that, I always find myself looking around the 'RE' and 'FW' that's automatically placed into the subject line. I often sort my e-mails by subject and find this feature ...
|
| Adding documents to a contact | 17 Aug 2006 16:36 GMT | 1 |
we want to add documents to a custom field in a contact. This works in the standard notes field of the contact but not in our custom text fields, because the add buttons to insert elements and objects are deselected. Is it possible to do this with a custom field. Should I change ...
|
| Apply Photo to Contact | 17 Aug 2006 15:01 GMT | 2 |
Is there a way to apply photo to a contact via VBA? Thanks.
|
| Outlook VBA: ActiveX Component can't create object | 16 Aug 2006 16:27 GMT | 3 |
I can't create the "Common Dialog Box" object inside my vba code in Outlook. The offending section is: dim cd as object set cd = CreateObject( "UserAccounts.CommonDialog" )
|
| Automate Public Folder Creation | 16 Aug 2006 16:01 GMT | 1 |
Hi is the a script available to automate the creation of a public folder hierachy. We have over 300 folders to create which then in turn has to be linked to
|
| Monitor another users Mailbox for new mail | 16 Aug 2006 13:57 GMT | 4 |
Just getting started with Outlook and VBA and am wondering if this is possible. I can write a macro that will monitor my Mailbox for incoming mails, but I would like to monitor another mailbox and have it alert me when a
|
| Using a script for email alerts | 16 Aug 2006 13:18 GMT | 1 |
I would like to create a rule for Outlook 2003 which will send an email if certain conditions within the rule are met. The destination address will be static, as will everything in the email. I basically want to create an Outlook rule that says "If email from xxx is
|
| forward macro | 16 Aug 2006 01:33 GMT | 4 |
I am using OL2003. I have some code to automatically forward the email when a condition satified. Right now I have set the .To as .To of the original email. However, I like
|
| How to Send Multiple Emails using Outlook 2003 VBA under Exchange Server? | 15 Aug 2006 23:29 GMT | 2 |
I've written an Outlook 2003 VBA script which creates multiple emails in the drafts box. I'd like to send them all, but at the 100th "send" command the system chokes, and the emails get moved or deleted, but are not actually sent out.
|
| MailItem Attachments Inconsistency | 15 Aug 2006 21:22 GMT | 6 |
Outlook 2002: Attachments to a Mailitem object are not attached when the code runs at normal speed, but are attached if I place a Break on the Display line (last line in code snippet below) and press F8 to execute the Display statement in
|
| Scripting an export and import of data and settings in outlook | 15 Aug 2006 16:32 GMT | 3 |
I have not been able to find a good method to script the export and import of outlook settings and data; any idea's?
|