Forum: Outlook and VBA
September 3rd 09, 06:15 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,322
Item Property CHange
Ok, the code is behind the custom form, it has the default Fields and some
custom tabs, controls and Fields, when the user changes the value from the
Appointment item inspector, I cath the...
|
Forum: Outlook and VBA
September 3rd 09, 05:49 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 1,322
Item Property CHange
Hi, I have a problem with the Form default properties, I'm working in Outlook
2003, when a property is changed from its Inspector, all events fire
correctly and some calculated fields are updated,...
|
Forum: Outlook - Using Forms
August 21st 09, 05:01 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 2
Views: 1,571
|
Forum: Outlook - Using Forms
August 21st 09, 03:41 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 0
Views: 362
Send custom Task form by email
Hi, I'm trying to send a personalized Outlook Task item to assign it to
another partner via Outlook email, the user receives the Task, but when is
opened, the item displays itself as a normal Task...
|
Forum: Add-ins for Outlook
June 25th 09, 07:05 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 986
Appointment item properties
I almost forgot to share with you the final solution of this problem, this
are the 2 functions needed:
using nov=System.Reflection.Missing;
// Get the index of selected label for the appointment
...
|
Forum: Add-ins for Outlook
June 25th 09, 06:56 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 554
Outlook AddIn can't load outside Visual Studio
Hi, I'm trying to deploy a Outlook AddIn into various computers.
The AddIn is programmed in C# using VS2008, it works when I run it inside
Visual Studio IDE, but when the project is installed via...
|
Forum: Add-ins for Outlook
June 9th 09, 05:10 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 986
Appointment item properties
Thanks a lot for your help, I still can't get the appointment's label text,
I'm thinking in implementing custom properties to solve this issue.
--
g
"dxider" wrote:
Hi, im programming an...
|
Forum: Add-ins for Outlook
June 7th 09, 06:16 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 5
Views: 986
Appointment item properties
Hi, im programming an AddIn that gets information abount appointment items
and saves un-sync items to a SQL Server DataBase. All is working ok, but now
I'm trying to get the appointment label text...
|