_NameSpace.DefaultStore 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 Store object representing the default Store for the profile. Read-only.
public:
property Microsoft::Office::Interop::Outlook::Store ^ DefaultStore { Microsoft::Office::Interop::Outlook::Store ^ get(); };
public Microsoft.Office.Interop.Outlook.Store DefaultStore { get; }
Public ReadOnly Property DefaultStore As Store
Property Value
Remarks
Returns an error if there is no default store for the current profile.