_NameSpace.GetStoreFromID(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Store object that represents the store specified by ID
.
public:
Microsoft::Office::Interop::Outlook::Store ^ GetStoreFromID(System::String ^ ID);
public Microsoft.Office.Interop.Outlook.Store GetStoreFromID (string ID);
Public Function GetStoreFromID (ID As String) As Store
Parameters
- ID
- String
A string value identifying a store.
Returns
A Store object that has the StoreID property matching ID
.
Remarks
The StoreID property of a Store is unique to the profile for the session. It is equivalent to the MAPI property PidTagStoreEntryId.
The store must be mounted in order for this method to succeed.
GetStoreFromID returns an error if no store with the specified ID
can be found for the current session.