Forum: Outlook and VBA
June 9th 09, 12:28 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 647
|
Forum: Outlook and VBA
June 4th 09, 11:50 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 647
Shared Calendar Recipient Reference
How do I get the User Name of the target of an appointment that is being
crated in a shared calendar.
For example. I open a Shared calendar to create a custom form appointment
for John Doe. In a...
|
Forum: Outlook and VBA
June 2nd 09, 10:45 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 853
Resolving Names
After looking at it he saw that all new Exchange Users had the correct
alias, but all the users that were migrated from Exchange 2003 had the IDs.
The Alias field in Exchange has the correct name....
|
Forum: Outlook and VBA
June 2nd 09, 06:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 853
Resolving Names
They are using Exchange 2007. When I run Session.CurrentUser.Type I get "1"
when they run it they also get "1". They are running a Citrix envrionment
would that cause this issue?
If I run this...
|
Forum: Outlook and VBA
June 2nd 09, 12:57 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 853
Resolving Names
Internal to my organization I have been using the Outlook Object model for a
while. But recemtly I tried one of my Outlook addins on an outside system
and found that resolving names was not working...
|
Forum: Outlook - Using Forms
June 8th 06, 01:35 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 765
Crystal Report Viewer
I am assuming you would be using a program external to the custom form to
view the report.
dim objShell
set objShell = CreateObject("Shell.Application")
objShell.ShellExecute "C:\Program...
|
Forum: Outlook - Using Forms
May 25th 06, 05:12 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 4
Views: 390
Outllook Calendar Cutom Form Issue
I can't say why the Forms tab is greyed out. I'd check permissions in the
System Manager.
I am assuming that you are using an Exchange server and are talking about a
public folder using a calendar...
|
Forum: Outlook - Using Forms
May 23rd 06, 06:30 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 458
Outlook Security Settings
I have been using the Outlook Security Settings scheme for years now and it
has been working fine. But with the last few computers I have installed, my
users Outlook session does not show anything in...
|
Forum: Outlook - Using Forms
March 17th 06, 08:54 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 650
Form Buttons
THey are in a shared calendar.
Outlook 2003 includes a new setting -- turned off by default -- to allow
forms in shared mailboxes to run script. You can change the setting by
choosing Tools |...
|
Forum: Outlook - Using Forms
March 17th 06, 05:33 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 650
Form Buttons
I have appointment forms that I have been using for years. The calendars
are for salesmen so everyone has access and permissions to view , add,
update, delete. The forms have buttons to upload...
|