| Thread | Last Post | Replies |
|
| removing caommandbar outlook | 15 Jun 2004 15:12 GMT | 1 |
Is it possible to write a vba scirpt that will remove an commandbar (and its entry in the list of toolbars), from outside outlook. I need this script because my commandbars are not always removed when a user uninstall it and setting the comanndbar to Tempoary:=True dows not seam to ...
|
| Which way should I add an AddressEntry? | 15 Jun 2004 14:33 GMT | 3 |
how do I add a ContactItem to a specific AddressList? I have populate a ListBox with user's Address Book. User will select the specific Address Book and an AddressEntry will be added into that AddressList.
|
| Urgent - Configurating Folder List layout to facilitate navigatio | 15 Jun 2004 12:51 GMT | 1 |
I classify this as programming-VBA as after quite intensive search on different forums I could find no answer.. I use outlook 2002 SP-2 I have a pst file with structure folder a subfolder100
|
| Tools\Services vs Tools\Accounts | 14 Jun 2004 18:42 GMT | 1 |
I am running Outlook2000 under WinXP on an IBM laptop. I have had some problems with email accounts recently. In discussions with ISP "tech support", they constantly talk about "Accounts", not "Profiles". When we are exploring
|
| How to get the received date of an email | 14 Jun 2004 17:59 GMT | 2 |
How can you using vba get the received date and time of an email. I have used CBO to get the email address of the sender but i can not figure out how to get the date and time. Cheers
|
| This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents. | 14 Jun 2004 17:24 GMT | 3 |
I have outlook 2000 with sp3, do have a custom form with vb code published as default form. In preview pane I get the error This item contains active content that cannot be displayed in the preview pane. Open the item to read its contents. However the same form published as
|
| Simple Question | 14 Jun 2004 16:38 GMT | 2 |
I want to do something very simple. I use the Getting Things Done add-in for Outlook and want to add something whenever I add a task. Basically I want to be able to assign a macro to a set of keystrokes. The macro should simply type the following at the top of the task
|
| Getting all the contacts from a group | 14 Jun 2004 14:28 GMT | 1 |
Does anyone know how to get a list (the list of emails) of all the people within a group? We have several groups in our contact list and I'm trying to get (programatically) the email addresses contained
|
| Conditionally deleting contacts | 14 Jun 2004 14:26 GMT | 1 |
Could someone please show me how to, programmatically, go through a contacts folder called clients and clear all contacts except those that have category personal? I have written some code (given below) but don't know how to check for the category field of a contact item and then ...
|
| Random sig from Word file | 14 Jun 2004 13:49 GMT | 1 |
I'm trying to roll a home-grown random sig generator to use with Outlook and I've gotten thus far: Private Sub Application_ItemSend(ByVal item As Object, Cancel As Boolean) With item
|
| Get calender owner from appointment item | 14 Jun 2004 12:18 GMT | 5 |
I am trying to find out the owner of the calander from an appointment item eg. oAppointment := myNameSpace.GetItemFromID(EntryID); How would I be able to know whos calendar this
|
| (VB.NET) ShowDialog from Outlook Commandbar causes crash in ntdll. | 14 Jun 2004 08:48 GMT | 1 |
Hi!! Does anyone have the same problem? I have created a simple commandbar in Outlook with VB.NET, and in it I have put a simple commandbarbutton. The bug appears when the button is used to show a dialog modally ie. Private WithEvents myButton As Office.CommandBarButton
|
| address book security message | 13 Jun 2004 20:25 GMT | 1 |
I'm sure this has been done to death but after upgrading Office 2000 to SP3. I get this address book access security warning when my VBA macros run - what a pain!! Set onMapi = Application.GetNamespace("MAPI")
|
| Manipulating custom forms in Outlook | 12 Jun 2004 12:00 GMT | 2 |
I have an add-in installing a toolbar with a single button. By clicking on the button, a custom form pops up: Dim cmdbarB As CommandBarButton Set cmdbarB = Outlook.ActiveExplorer.CommandBars
|
| max rules for Outlook reached | 11 Jun 2004 20:40 GMT | 6 |
I have a problem on our exchange server. We have a rule setup to forward mail depending on the user so we can archive certain messages. We get an error message that say we have hit the limit on new rules when we try to add another rule. I think there is a 32k limit. Is there a ...
|