Compartir a través de


MapiFolderPath.GenerateFolderPath Method (String, MapiFolderPath)

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 _
) As MapiFolderPath
'Usage
Dim parentFolderName As String
Dim subFolderPath As MapiFolderPath
Dim returnValue As MapiFolderPath

returnValue = MapiFolderPath.GenerateFolderPath(parentFolderName, _
    subFolderPath)
public static MapiFolderPath GenerateFolderPath(
    string parentFolderName,
    MapiFolderPath subFolderPath
)

Parameters