Compartir a través de


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