MapiFolderPath.GenerateFolderPath Method (String, MapiFolderPath, Boolean)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Shared Function GenerateFolderPath ( _
parentFolderName As String, _
subFolderPath As MapiFolderPath, _
autoDetectRoot As Boolean _
) As MapiFolderPath
'Usage
Dim parentFolderName As String
Dim subFolderPath As MapiFolderPath
Dim autoDetectRoot As Boolean
Dim returnValue As MapiFolderPath
returnValue = MapiFolderPath.GenerateFolderPath(parentFolderName, _
subFolderPath, autoDetectRoot)
public static MapiFolderPath GenerateFolderPath(
string parentFolderName,
MapiFolderPath subFolderPath,
bool autoDetectRoot
)
Parameters
- parentFolderName
Type: System.String
- subFolderPath
Type: Microsoft.Exchange.Data.MapiFolderPath
- autoDetectRoot
Type: System.Boolean