OlItemType Enumeration

Indicates the Outlook Item type.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlItemType
'Usage
Dim instance As OlItemType
public enum OlItemType

Members

Member name Description
olMailItem Represents a MailItem
olAppointmentItem Represents an AppointmentItem
olContactItem Represents a ContactItem
olTaskItem Represents a TaskItem
olJournalItem Represents a JournalItem
olNoteItem Represents a NoteItem
olPostItem Represents a PostItem
olDistributionListItem Represents an DistListItem

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace