|
: 20 : 20 : 0 |
I would very much like to see some new Classes or API's if you like, that makes it easier to create Appointments, Memo's and other Mail/Calendar entries, without having to remember all the speciel fields, that have to be set. Then we could create AppointMent and memos as objects and assign data to know properties and events on these objects, like
Set reqAtt = AppointMent.RequiredAttendees( "John Doe" )
Set schedStart = AppointMent.ScheduledStart( "10-10-2011 14:30" )
Set schedEnd = AppointMent.ScheduledEnd( "10-10-2011 15:30" )
and more. The same could be done to other known entries made to the mailbox, like ToDo's, Memo's etc.
|