Forum: Outlook and VBA
March 24th 09, 07:04 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,668
|
Forum: Outlook and VBA
March 24th 09, 07:00 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,668
|
Forum: Outlook and VBA
March 24th 09, 06:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,668
|
Forum: Outlook and VBA
March 24th 09, 03:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,668
Getting the SMTP address from an EX address
I'm also wondering if the reason some are SMTP and some are EX is
because how they were entered. If the e-mail is written in by hand,
it would be SMTP, but if it was chosen with address book, it...
|
Forum: Outlook and VBA
March 24th 09, 02:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,668
Getting the SMTP address from an EX address
I've written code to compare our Public Folder Recipients List with
information we have in several databases. The program will update the
Public Folders with the information in the database.
The...
|
Forum: Outlook and VBA
February 26th 09, 03:29 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 804
Searching Contacts on a UserProperty
Ok, I finally found the answer. I had been searching for awhile
before posting, then I posted and continued to search, and found the
answer.
I had to create the UserProperty for the folder, not on...
|
Forum: Outlook and VBA
February 26th 09, 03:09 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 804
Searching Contacts on a UserProperty
I'm trying to update a routine that will update out Outlook Recipients
lists with an employee database. I've added a custom field to the
contacts called EMPID. What I would like to do is search the...
|
Forum: Outlook and VBA
August 18th 08, 01:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,393
|
Forum: Outlook and VBA
August 15th 08, 10:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 1,393
Getting SMTP from Distribution List Members
I need to loop every Distribution List and get the names and SMTP
address of each member. Instead of the I am
getting /o=SomeCompany/ou=Domain/cn=Recipients/cn=RJones.
How...
|
Forum: Outlook and VBA
July 31st 08, 02:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,455
Using VB to Create E-mails
Oops. It's been a while since I've programmed anything, so I'm very
rusty. This was actually written by a co-worker who has since left.
Ok... I've been working on it and it appears that one lone...
|
Forum: Outlook and VBA
July 30th 08, 10:05 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 1,455
Using VB to Create E-mails
Here's a strange problem that recently popped up. I have a program
that creates an e-mail in Office 2003 via Outlook Redemption. This
program has worked for months, but suddenly it stopped...
|