![]() |
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
|
|||
|
|||
![]()
Trying to access appointment data in a shared calendar with the following
code - But quite a few things fail - 1)Start/End/Location etc properties are missing 2)Userproperties - Have created a new tab with 4 custom fields - Cant access the same either Please help! set Session = CreateObject("Redemption.RDOSession") Session.Logon set MyFolder = Session.GetSharedDefaultFolder("Firstname Lastname",9) NumItems = MyFolder.Items.Count For Each itm in MyFolder.Items If itm.Subject "" Then MsgBox itm.Subject If itm.CreationTime "" Then MsgBox DateValue(itm.CreationTime) If itm.Location "" Then MsgBox itm.Location If itm.Start "" Then MsgBox DateValue(itm.Start) If itm.End "" Then MsgBox DateValue(itm.End) Set Prop_Prj=itm.UserProperties("Projects") If Not Prop_Prj Is Nothing Then MsgBox "Project-" & itm.UserProperties("Projects").Value End If Set Prop_Task=itm.UserProperties("Tasks") If Not Prop_Task Is Nothing Then MsgBox "Task-" & itm.UserProperties("Tasks").Value End If Set Proj_Type=itm.UserProperties("ProjectType") If Not Proj_Type Is Nothing Then MsgBox "Project Type-" & itm.UserProperties("ProjectType").Value End If Set Prop_Activity=itm.UserProperties("Activity") If Not Prop_Activity Is Nothing Then MsgBox "Activity-" & itm.UserProperties("Activity").Value End If next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Useing Redemption Object to Read an Inbox | Damian | Add-ins for Outlook | 9 | June 8th 06 07:57 AM |
Redemption | Christoph | Add-ins for Outlook | 5 | March 6th 06 04:26 PM |
Waht is the fastest/bets? Outlook Object/CDO/Redemption/...? | Pieter | Outlook and VBA | 2 | February 2nd 06 12:04 PM |
Undefined Object: testing for Nothing (Redemption) | Martin | Outlook and VBA | 3 | January 25th 06 10:21 AM |
Redemption MAPITable | Dmitry Streblechenko | Add-ins for Outlook | 1 | January 12th 06 05:09 AM |