Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I use Groupwise appointment through Foxpro?
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00876404
Message ID:
00878757
Views:
50
oops sorry take out the alarmtime:
ng = CREATEOBJECT("NovellGroupwareSession")
gobj = ng.Login
mailmsg = gobj.MailBox.Messages.Add('GW.MESSAGE.APPOINTMENT')
mailmsg.FromText="someone"
mailmsg.Subject="This is an appointment test from nick"
mailmsg.BodyText="Did this work crieg"
mailmsg.NotifyWhenDeleted=0
mailmsg.StartDate=DATETIME(2004, 02, 19, 08, 30, 0)
mailmsg.OnCalendar="TRUE"
mailmsg.Place="HERE"
recpt=mailmsg.Recipients.Add('someproxy:somename@someplace.com','NGW','0')
recpt.Resolve
mailmsg.Send
Previous
Reply
Map
View

Click here to load this message in the networking platform