_NameSpace.GetStoreFromID(String) Method

Definition

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.

Applies to