| Thread | Last Post | Replies |
|
| Script Custom Views | 03 Jul 2004 01:45 GMT | 4 |
My company is in the process of deploying Office 2003 and in Outlook 2003 I have created manually a series of views to use with the contacts folder. I copied the "by company" and applied various filers to each. I am interested in either a script or a file I can copy to other ...
|
| Deleting duplicate emails | 02 Jul 2004 20:19 GMT | 2 |
Outlook XP I have an email folder that has lots of duplicate emails because of someone who always re-copied an email to the folder when he couldn't immediately find it (so that the folder would always have at least one
|
| CommandBars - Error in loading DLL | 02 Jul 2004 19:51 GMT | 6 |
Get "Error in Loading DLL" when accessing the CommandBars collection. Here is the code: Dim ol As New Outlook.Application Dim myInspector As Inspector
|
| Code help | 02 Jul 2004 19:17 GMT | 1 |
Some months ago I posted a question about how to manipulate attachments. I received some answers and one of them worked just great. It reads all the inbox messages, saves the attachment of
|
| Some problems in Outlook2003 | 02 Jul 2004 14:12 GMT | 1 |
I have written a COM to connect to Outlook application, it works fine in Outlook2000,Outlook XP but not all OUtlook 2003 Currently in the OnConnection Event i place the following Set AppInstance = Application Set l_application = Application
|
| Newbie-Auto Saving Email question | 02 Jul 2004 14:08 GMT | 1 |
I'm totally new to Outlook/VBA although have some experience in Access/VBA. I would like to be able to automaticaly save messages and attachments to C:\Temp for example so that a separate VB application can process them. I am using Outlook 2000 and 2002 with an Exchange 5.5 server.
|
| Outlook Startup Problem using Macros | 02 Jul 2004 14:07 GMT | 1 |
I am trying to use macros in Outlook. To get around the opening prompt about enabling macros, I digitally signed my Outlook VBA project using selfcert.exe. Now I'm getting the message: "Outlook experienced a serious error the last time the add-in 'microsoft vba for outlook' was ...
|
| How to get object for selected task? | 02 Jul 2004 12:51 GMT | 5 |
I'm trying to write a macro that changes a few properties of a taskitem. I figured out how to do this when the taskitem is opened in the activeinspector. However, I'd like the macro to also work when the task is selected from the list of tasks (or when the text cursor is inside any ...
|
| step by step debugging for Addins in Outlook 2003 and C# | 02 Jul 2004 09:16 GMT | 1 |
Iam building a Add-in for Outlook. On Clicking a button on CommandbarPopup( created programmitically), I display a windows form. The windows form has a datagrid populated with data from XML file. First time When I click the commandbarbutton on the Commandbarpopup, the form is ...
|
| SenderName problem and restrict performance | 02 Jul 2004 00:03 GMT | 5 |
I am writing a simple library in C# to display the name of the person from the contact given the phone number (either business, home, mobile etc). I also want to then display any read and unread mails from that person.
|
| current user ID | 01 Jul 2004 21:51 GMT | 6 |
How to get the current user ID? e.g. "jsmith" I just know that the following code can get the name of user, e.g. "John Smith" Set MyNameSpace = Application.GetNameSpace("MAPI")
|
| Trusted Sources/Digital Certificates/Macro Security Problem Solved | 01 Jul 2004 21:37 GMT | 2 |
Hopefully this solution will help others enduring the same problem. SELFCERT.EXE allows me to create a Digital Certificate, and I can add that Digital Certificate to ThisOutlookSession (VbaProject.OTM), but my Digital Certificate does not show up under Trusted Sources.
|
| Check wether Outlook is opened - VBA | 01 Jul 2004 17:02 GMT | 4 |
do you know a possibility to check wether OL is opened, without opening it in the process of checking? If it's closed I would like to keep it closed and not open the dialog,
|
| Outlook ntoday selection | 01 Jul 2004 15:58 GMT | 1 |
Hi I have an Outlook addin that works on mail items. My problem is to discover that the current selection of an explore object is "Outlook today" - It seams that "Outlook today", gets triggered in my BeforeFolderSwitch trap, as an mail Item, which in my case is wrong
|
| [Outlook 2000] Application_ItemSend NEVER triggered | 01 Jul 2004 14:36 GMT | 1 |
I would like to check if my subject is empty or not before sending a mail. I put the code in "ThisOutlookSession", but it never gets triggered! If I put a MsgBox in it, that says "hi"..., it never appears... Is there a special feature that should be enable to let Outlook check his ...
|