Forum: Outlook - Using Forms
February 2nd 07, 09:56 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 543
ComboBox click event
I have a event that looks something like:
Sub ComboBox1_Click()
MsgBox "Testing"
End Sub
But the event doesn't fire, and Ive set the style to DropDownList. It
does work fine if I change the control...
|
Forum: Outlook and VBA
January 30th 07, 01:37 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 536
Outlook end time
In a combobox of style DropDownCombo, Im having a list of end times,
and just like the appointment end time Im showing how many hours there
is from the starttime (xx:xx (x hours)). Now that someone...
|
Forum: Add-ins for Outlook
January 16th 07, 08:30 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 958
Read Appointment items in a shared calendar
You can't get the shared calendars unless you know the alias names of the
available recipients. Plus you would need permissions to open their
calendars.
You can read the Global Address...
|
Forum: Add-ins for Outlook
January 15th 07, 10:05 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 958
Read Appointment items in a shared calendar
You didn't answer my question about what you mean by "detect the user". And
what version of Outlook are you programming against?
I meant that I want to see what users there is in the "users...
|
Forum: Add-ins for Outlook
December 22nd 06, 08:31 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 958
|
Forum: Add-ins for Outlook
December 21st 06, 01:10 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 7
Views: 958
Read Appointment items in a shared calendar
I want to create a program in c# that can read my appointmentitems in
all shared calendars, and detect the user of that item. If its possible
to read the shared calendar, can I read the user, or do I...
|
Forum: Add-ins for Outlook
December 21st 06, 09:54 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 692
The Reminder sound button
Can I somehow add the button that changes the reminder sound in OL2003?
Is it in some kind of field, or do I have to access it programmly in
vbscript?
|