| Thread | Last Post | Replies |
|
| Outlook OM : Method Restrict() has problems with parentheses | 09 Dec 2003 18:56 GMT | 1 |
I'm trying to filter for a specific name using; olItems.Restrict("[From] = John Doe()"); Notice the parentheses in the string. If the string contains parentheses in it, I get the following exception.
|
| (Item)GetFirst Method | 09 Dec 2003 17:54 GMT | 1 |
How does Outlook define what "first" is?
|
| Outlook Title | 09 Dec 2003 17:53 GMT | 1 |
How can I programmatically change the title displayed at the top of the screen of Microsoft Outlook - Inbox to something else? Thanks
|
| userproperties in foderlist - they are not there | 09 Dec 2003 11:55 GMT | 1 |
In ol2000 I have been programming copiing from one userproperty to a new userproperty. The vba has been succefull with the very serios expection, that the userproperties are not included in the folderlist which means, that the information can´t be used. After this program it is ...
|
| .NET Add In interact with forms? | 09 Dec 2003 11:52 GMT | 1 |
Is it possible for a .NET add in to interact with a form? For example, I would like a form to call a function that is in my .NET add in. I would also like to intercept a click of the 'New' button with my .NET add in. Is this possible? Examples? I know this can be done using ...
|
| Not To Resolve Recipients | 09 Dec 2003 10:40 GMT | 2 |
I am automating Outlook from Access and sending mail to email addresses that are not in the Address Book. What is the correct syntax to set the address in the MailItem object? Regards
|
| Outlook 2000 views | 09 Dec 2003 07:14 GMT | 1 |
I'm developing an Outlook 2000 add-in and cannot programmatically add or modify folder views using the object model in outlook object library 9.0, which is what outlook 2000 uses. Is there a way I can deploy object library 10.0 with my com add-in, so that it works in outlook ...
|
| Fatal Error when using select properties of the MailItem, why?! | 09 Dec 2003 07:10 GMT | 1 |
I am using VB6 & Outlook 2000 SR1. I created a small utility that accesses certain properties of the MailItem object. After I developed the utility I placed it on the target system. A Win2K w/all service packs installed system running Outlook 2000 SR1. When
|
| Sending Outlook email automatically - Annoying message | 09 Dec 2003 07:08 GMT | 1 |
I've an excel vba macro which automatically fires off outlook emails with xls filea attached. This was working fine, but now I'm getting a message each time a new mail is sent telling me Outlook is automatically trying to send an email.
|
| "program is trying to automatically ...." | 09 Dec 2003 07:08 GMT | 1 |
"A program is trying to automatically send e-mail via your behalf. Do you want to allow this ?
|
| Detecting the Item_Read() event | 09 Dec 2003 07:07 GMT | 1 |
My VB app needs to be able to detect when the user selects an Appointment Item for editing - ie the Item_Read() event - but I don't know in advance which Item the user is going to select... Any help GRATEFULLY received!
|
| active PST path | 09 Dec 2003 07:04 GMT | 1 |
I would like to run in a login script utility that get a list of active PST path I know that the info is in: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles
|
| Fact or myth: OL & Exchange API's to go away? | 08 Dec 2003 17:48 GMT | 3 |
I have a client who will not invest in 3rd party products for Exchange or Outlook because he says he read "somewhere, recently" that MS will be removing APIs like .NET, CDO, Automation & the Outlook object model from future versions. He says this is to increase security, but it ...
|
| Deleting blocked senders mail while filtering suspected mail in OL | 07 Dec 2003 06:36 GMT | 2 |
When blocking a sender's address in OL 2003, Outlook simply moves it to the Junk Mail Folder. I would like to write a script that automatically deletes any email which I have already confirmed as spam (added to the blocked sender's list). I can set Outlook to delete Junk
|
| Run code at close event | 06 Dec 2003 18:55 GMT | 1 |
I use the following code to add a new taskitem. Set myObj = mySpace.GetDefaultFolder(olFolderTasks).Items.Add() myObj.Display Now when closing/saving the item, I would like to run som VBA code.
|