_NameSpace.Stores Property
Returns a Stores collection object that represents all the Store objects in the current profile. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Stores As Stores
Get
'Usage
Dim instance As _NameSpace
Dim value As Stores
value = instance.Stores
[DispIdAttribute()]
Stores Stores { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Stores