Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MS Outlook Programming
Message
From
30/04/2003 01:34:00
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MS Outlook Programming
Miscellaneous
Thread ID:
00783036
Message ID:
00783036
Views:
52
Hi All,

I have an application that get all information in MS Outlook Tasks.
My problem is I did not know on how to determine the recurrence pattern of the task such as Weekly, Daily, Monthly and so on. I can determine if it is recurring task but not the recurrence pattern. I'm using VFP 8.0 and Office XP for my outlook. Below is my sample code :

oOutlook = createobject("outlook.application")
olFolderTasks = 13

objOutlook = createobject("outlook.application")
objNameSpace = objOutlook.GetNamespace("MAPI")
objFolder = objNameSpace.GetDefaultFolder(olFolderTasks)

for i = 1 to objFolder.Items.Count
objTask = objFolder.Items.Item(i)
? objTask.IsRecurring && will return .t. or .f.
endfor

Does anybody knows on how to get the recurrence pattern?

Thank you in advance....

Rene
Next
Reply
Map
View

Click here to load this message in the networking platform