| Thread | Last Post | Replies |
|
| Update Contact Item | 30 Jun 2009 15:44 GMT | 4 |
I want to select a subfolder within the Contacts Folder and then update Email2 for every item. Is there a straightforward way to do this? Thanks, John
|
| how to switchoff program access message in outlook 2003 | 30 Jun 2009 13:46 GMT | 1 |
in outlook 2007 that option exists. is where in 2003?
|
| Macro to Run Rules | 30 Jun 2009 06:07 GMT | 5 |
How can I run only specific rules in 2007?
|
| Add Multiple Attachments Sources using VBA in Word | 29 Jun 2009 20:12 GMT | 6 |
How can this code be written to add multiple attachments using vba and Word as my email editor. The first attachment is the active document itself, the other 4 attachments have their full path names stored in a field in the document. This is what I have but I'm getting a syntax ...
|
| Check Profile info | 29 Jun 2009 18:43 GMT | 1 |
I need to know how to check, when the OL Object is instantiated, the default profile's email address. We want to check to see if the email of the user logged into our application is the same as the one in
|
| Data validation | 29 Jun 2009 14:53 GMT | 4 |
Well, I am considering how to deal with data validation. I am able to use the data validation that is available through the Properties sheet. It appears, however, that the error message popup message is delayed until saving changes. A couple of questions:
|
| Automating the selection of email accounts upon adding email addre | 29 Jun 2009 14:23 GMT | 1 |
I'm new to programming for Outlook - I'm not even sure this is the right forum. Is it possible to associate an email account to a person in your contacts with Outlook 2007? - I have personal email accounts and business email
|
| ShowCategoriesDialog for multiple inbox items | 26 Jun 2009 23:20 GMT | 5 |
I'm trying to set up a macro that opens the Categories dialog for items I select from the Inbox (or other Outlook folder). Using the code below I can assign categories for single mail items in turn (ie the dialog opens, I select categories, they are applied to the first item and ...
|
| Restrict Appointments by EntryID not working | 26 Jun 2009 17:18 GMT | 1 |
(Using Delphi) Trying to restrict AppointmentItems by EntryID like below: Folder := Namespace.GetDefaultFolder( olFolderCalendar ); Items := Folder.Items;
|
| Task Item UserProperties question | 26 Jun 2009 17:03 GMT | 1 |
I need to add a user property to my TaskItems. How could I add it to the Task FOLDER so I can use the Restrict method to filter items? Also, if I add this user property to the folder, is there a way to have the property SET to a default value
|
| Encode TNEF file with VB6 | 26 Jun 2009 05:33 GMT | 1 |
I need to encode TNEF file, saved from Outlook, add in it some information (recipient addresses and other) and after that decode it back. And all this manipulations should be done with VisualBasic 6. Does some one has any ideas or sample codes how can I do it?
|
| Memory with MailItem.Send | 25 Jun 2009 16:24 GMT | 1 |
I'm sending all the messages contained in a particular folder when Outlook launches. This can be as many as 500 messages. Watching Outlook.exe in task manager, as each message is sent, the Mem Usage slowly balloons from 24MB at start to 116MB just before crashing.
|
| Redemption MessageItem SaveAs problem | 25 Jun 2009 09:02 GMT | 10 |
I have problem with Redemption SaveAs method for MessageItem object. I'm saving items in olTNEF (1025) format. This problem occurs whits mail items. I'm saving items fro Exchange Server mailboxes. When I'm saving item of current Logged in to Outlook user "To" property is
|
| ItemChange Event to Propagate Contacts | 25 Jun 2009 08:25 GMT | 1 |
I am trying to use the ItemChange event on Contacts.Items to execute VBA code that will propagate the change to a contacts folder in my local PST file. My question is two-part: 1. When I delete a contactitem from the contacts folder, the ItemChange
|
| Code to add items to list to deal with commas in value... | 25 Jun 2009 02:50 GMT | 1 |
I am familiar with VBA in an Access environment, and am trying to teach myself about Outlook. I am working on a custom form, and I've created a combobox. It is meant to hold names (e.g. Boer, Fred; Smith, Joe). I have done some Googling, and I believe I need to put code in the ...
|