MAPIFolder.StoreID Property
Returns a String (string in C#) indicating the store ID for the folder. 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 MAPIFolder
Dim value As String
value = instance.StoreID
[DispIdAttribute()]
string StoreID { get; }
Property Value
Type: System.String
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace