![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello,
I don't know how I can get the "End" property of Appointment. Please, advise me. Thanks, soworl ================================================= #region event handlers private void Reminders_ReminderFire(Outlook.Reminder ReminderObject) { object objItem; objItem = ReminderObject.Item; string EndTime= objItem.GetType().InvokeMember("End", System.Reflection.BindingFlags.GetProperty, null, objItem, null) as string; ReminderObject.Dismiss(); objItem = null; } #endregion ================================================= |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing the "Category" property on an Outlook.Appointment Item | morna | Add-ins for Outlook | 0 | April 4th 08 06:21 PM |
PR_MESSAGE_DELIVERY_TIME property | Bill Le May | Outlook and VBA | 5 | February 20th 08 10:20 PM |
getting email address of To property in Outlook Inbox and From property in Outlook Outbox | Omatase | Outlook - General Queries | 1 | July 19th 07 01:04 PM |
delete property | Nikolas | Outlook - Using Forms | 13 | February 28th 07 07:53 PM |
Reading a Custom Appointment Item's Conflict Property in Item_Write Function | [email protected] | Outlook - Using Forms | 2 | August 9th 06 06:53 PM |