Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MS Outlook Programming
Message
De
30/04/2003 01:34:00
Rene Lovino
Bigfoot Global Solutions, Inc
Cebu, Philippines
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
MS Outlook Programming
Divers
Thread ID:
00783036
Message ID:
00783036
Vues:
51
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform