| Thread | Last Post | Replies |
|
| Find or Restrict for Contacts where property is blank | 23 Mar 2004 00:29 GMT | 4 |
I'm trying to find a list of all contact in a folder where the property is blank The following is trying to use the restrict method dim myItems as Outlook.Items
|
| After Office XP SP3 installed - intermitent problems with forms | 22 Mar 2004 21:45 GMT | 9 |
We have been using Outlook XP with Sp2 through our SBS 2000 server Sp1 for the past year with absolutely no problems with our special forms with some script programming behind them.
|
| Cannot get my code to run in outlook.. after restarting any of the event handlers do not fire for some reason. Outlook2003 | 22 Mar 2004 15:47 GMT | 2 |
This routine is under my CurrentOutlookSession.... Sub Application_Reminder(ByVal Item As Object) If TypeOf Item Is AppointmentItem Then 'create subject line
|
| Request for suggestions on contacts program. | 22 Mar 2004 14:58 GMT | 1 |
I am looking for suggestions on how to keep track of the last time I called a contact within Outlook. Background My company uses Windows 2000, and I work in Outlook 2000 SR-1.
|
| compact PST Files | 22 Mar 2004 14:55 GMT | 1 |
I must compact al lot of PST Files, if possible automatically. Is there a Change to compact PST Files with vba. Or do anybody know about an other Tool. Thanx for help
|
| Error message from this script | 22 Mar 2004 14:52 GMT | 1 |
When I run this script it works, but I get a warning that stats someone is trying to access outlook how long do you want to allow access 1min erc. ok cancel. How can I avoid this? This is just a test script TI Public Sub meeting( Set myOlApp = CreateObject("Outlook.Application"
|
| Copying messages when sent | 22 Mar 2004 14:50 GMT | 1 |
I am generally new to VBA and was wondering if it is possible to copy message to a pst folder that is not listed in the clients servic window when a message is sent. Thanks for any advice,
|
| Reordering folders in OL2002? | 22 Mar 2004 14:45 GMT | 1 |
Is there a way in VBA to reorder the way that folders are displayed in the "Folder List" besides alphabetical order? I'm in a "Personal Folders" situation here. I have separate folders for 3 different email accounts,
|
| Stop email opening | 22 Mar 2004 05:05 GMT | 1 |
I want to be able to delete email without opening it. whenever I select an email it opens before I can delete it. Is there a setting to allow me to select without opening.
|
| Digital Signing of Code for Outlook Script | 21 Mar 2004 05:06 GMT | 2 |
I have a VBA script that I have signed in Outlook with my own DS and I am exporting it to a common file location on a local network. I want others on the network to be able to import it into an Outlook session and run it without having to set security to low or having to sign ...
|
| Automating Exchange login | 19 Mar 2004 22:27 GMT | 1 |
I am writing a small application, which will assign Outlook tasks to users. The organization is running Exchange 2003 is using Outlook 2K, XP, possibly 2003, the issue I am having is how do I programmatically logon to Exchange. I am familiar with the logon method when creating an ...
|
| Adding costum icons to commandbar | 19 Mar 2004 22:24 GMT | 1 |
Hi. I have made a COM addin to outlook, and now i want distribute an custom made icon with it. Can i somehow specify this in the .Style section of my code or is there another way ?? eg. i have this code and i want to specify my own icon womewhere:
|
| outlook say's you don't have appropriate permission to perform this operation" | 19 Mar 2004 22:04 GMT | 2 |
I am having a hell of a time with outlook it keeps giving me the message when ever I hit send and recive and can not get out of it... I am in a tailsoin here and need some help big time please. I have checked in to the dcomcnfg and everything seams fine there I have
|
| Restrict Method | 19 Mar 2004 20:22 GMT | 1 |
Is it possible to retreive a subset of the current selection of item (i.e. explorer.Selection) that are of a particular type. I only wish to perform any work on selected object of type Outlook.MailItem, but the only way I seem to be able to do this is by accessing every item in the ...
|
| CurrentView | 19 Mar 2004 20:17 GMT | 3 |
When i am trying to set the a specific view using the CurrentView property on a MAPI folder, the app is throwing up a error. Does it have to be set as a ActiveExplorer for this to
|