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