_NameSpace.DefaultStore Property
Returns a Store object representing the default Store for the profile. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property DefaultStore As Store
Get
'Usage
Dim instance As _NameSpace
Dim value As Store
value = instance.DefaultStore
[DispIdAttribute()]
Store DefaultStore { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Store
Remarks
Returns an error if there is no default store for the current profile.