Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook OLE
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Miscellaneous
Thread ID:
00555272
Message ID:
00614102
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform