Top Articles in microsoft.public.outlook.program_vba
Copy Contacts in a Public Folder to a Local Contacts Subfolder3883 (1/7/2010 9:03:21 PM) Our company stores a list of company contacts in:
Public Folders->All Public Folders->xxx Corp->yyyy-> Company Contacts
Every start up I would like a macro to copy these contacts to a sub folder of the lo... Phil
Automating Exporting to pst file3881 (1/6/2010 8:04:01 PM) I have done a lot of VB6 programming and integrated Excel and Access into my
apps but have not done so with Outlook. I am using Outlook 2000.
Is there a way to use the Export to a file by accessing the exp... Utf
Outlook Coding - Select different email adresses to send from51223 (1/9/2010 12:35:31 PM) I have code to send emails progamtically from a module in Excel 2000 using OUtlook 2000, but now I need to have the code select 1 of 5 different email addresses and potentially a different mail server. Any ide... William
Accessing Global Address List details with VBA1870 (2/11/2010 10:28:12 PM) I have code that reads names from a local Distribution List and looks up the
name in the Global Address List. The purpose is to retrieve a few of the
details about the user that appear in the properties di... Utf
Create appointment to custom (shared) outlook calendar31389 (2/3/2010 7:29:01 AM) Hi,
I'm using access 2003
I'm looking for some code to create appointments into a shared outlook
calendar.
We've got several shared calendars and I need to post appointments into a
specific one using... Utf
Adding members to outlook distribution lists4859 (3/17/2010 6:32:01 AM) I have to add members to distribution lists of outlook every one week
programatically. I checked AddressEntry,AddressEntries,AddressList objects
but no where I am finding methods or properties to add member... Utf
Allow or Deny when a Program tries to send an email11496 (3/10/2010 1:50:01 AM) I am trying to send a message through Outlook with a vb.net program. I
receive a message saying that I can allow or deny this message.
After a few of these messages, I started getting a different message ... Utf
create new mail item from current item41016 (5/23/2010 8:24:17 AM) Greetings, How can I create a new mail item from the active inspector current item? Thank you,... lindstrom
CreateObject(), GetObject() question8828 (2/20/2010 2:05:01 AM) I have the following sub
Sub test()
'it doesn't matter which of these I use.
Dim olApp As Object
'Dim olApp As Outlook.Application
'always a (8007007e) error with following line.
... Salad
VBA to assign category on calendar item does not work ?? why ??51176 (12/22/2009 1:33:00 PM) Below i wrote code to assign a categorie to a calendar item based on the word "vrij" in the subject. I got to automate a lot of words for a lot of people so this just the first keyword. I think this code should... PGT(9)