Compartir a través de


MapiFolderPath.GenerateFolderPath Method (MapiFolderPath, String)

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

returnValue = MapiFolderPath.GenerateFolderPath(parentFolerPath, _
    subFolderName)
public static MapiFolderPath GenerateFolderPath(
    MapiFolderPath parentFolerPath,
    string subFolderName
)

Parameters