_Items.Add(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Outlook item in the Items collection for the folder.
public object Add (object Type);
Public Function Add (Optional Type As Object) As Object
Parameters
- Type
- Object
The Outlook item type for the new item. Specifies a MessageClass to create custom forms. Can be one of the following OlItemType constants: olAppointmentItem, olContactItem, olJournalItem, olMailItem, olNoteItem, olPostItem, or olTaskItem,, or any valid message class.
Returns
An Object value that represents the new Outlook item.
Remarks
If not specified, the Type property of the Outlook item defaults to the type of the folder or to MailItem if the parent folder is not typed.