Share via


_Store.StoreID Property

Returns a String (string in C#) identifying the Store. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property StoreID As String
    Get
'Usage
Dim instance As _Store
Dim value As String

value = instance.StoreID
string StoreID { get; }

Property Value

Type: System.String

Remarks

StoreID is unique to the profile. It is equivalent to the MAPI property PR_STORE_ENTRY_ID.

See Also

Reference

_Store Interface

_Store Members

Microsoft.Office.Interop.Outlook Namespace