Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook OLE
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Divers
Thread ID:
00555272
Message ID:
00614102
Vues:
25
Dear J...

Just read the following thread you put together. I have a quick question. I want to do the exact same thing, but populate a different calendar than my own that is on my outlook desktop. The name of the calendar is "Jim Smith". Could you help me?





>>Thank you by you help.
>>
>>but... how do i invite to others persons? which are the code?...
>>i type "oappt.send" but nothing...
>>
>>please helpme.
>
>Add .MeetingStatus = 1:
>
>
oOL = CreateObject("Outlook.Application")
>oAppt = oOL.CreateItem(1) && olAppointmentItem
>With oAppt
>	.Recipients.Add("My Pal")
>	.Subject = "Let's go for some beers"
>	.Location = "Hooters @ Wurzbach"
>	.Body = "Just a test"
>	.Start = {^2001/09/14 14:00:00}
>	.End = {^2001/09/14 15:00:00}
>	.MeetingStatus = 1	&& olMeeting
>	.Save
>	.Send
>EndWith
>HTH
Frederick Kusin
NetBase Development Group
3746 Folsom Street
San Francisco, CA. 94110
www.netbasegroup.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform