MAPIFolder.DefaultItemType Property
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.
Returns a constant from the OlItemType enumeration indicating the default Outlook item type contained in the folder. Read-only.
public:
property Microsoft::Office::Interop::Outlook::OlItemType DefaultItemType { Microsoft::Office::Interop::Outlook::OlItemType get(); };
public Microsoft.Office.Interop.Outlook.OlItemType DefaultItemType { get; }
Public ReadOnly Property DefaultItemType As OlItemType