_NameSpace.GetFolderFromID(String, Object) 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 Folder object identified by the specified entry ID (if valid).
public Microsoft.Office.Interop.Outlook.MAPIFolder GetFolderFromID (string EntryIDFolder, object EntryIDStore);
Public Function GetFolderFromID (EntryIDFolder As String, Optional EntryIDStore As Object) As MAPIFolder
Parameters
Returns
AFolder object that represents the specified folder.
Remarks
This method is used for ease of transition between MAPI and OLE/Messaging applications and Microsoft Outlook.