_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
<DispIdAttribute()> _
ReadOnly Property StoreID As String
    Get
'Usage
Dim instance As _Store
Dim value As String

value = instance.StoreID
[DispIdAttribute()]
string StoreID { get; }

Property Value

Type: System.String

Remarks

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

See Also

Reference

_Store Interface

_Store Members

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Sendable Item for a Specific Account Based on the Current Folder

How to: Get the Account for a Folder