_Results.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 an OlItemType constant indicating the default Outlook item type contained in the folder. Read/write.
public:
property Microsoft::Office::Interop::Outlook::OlItemType DefaultItemType { Microsoft::Office::Interop::Outlook::OlItemType get(); void set(Microsoft::Office::Interop::Outlook::OlItemType value); };
public Microsoft.Office.Interop.Outlook.OlItemType DefaultItemType { get; set; }
Public Property DefaultItemType As OlItemType