Platform SDK: Exchange Server |
The New method creates a new item in a table.
All Table objects
objEventsTable.New (ItemId)
Item
If the item identifier is passed as a parameter, a new Item object is created with that item identifier. If the item identifier already exists, the Item object corresponding to that item identifer is returned. If ItemId is omitted, Schedule+ creates a new object and generates an item identifier for it.
The following sample code creates a new item in the Events table:
Dim ObjEvent As Object objEvent = objEventsTable.New