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
- parentFolderName
Type: System.String
- subFolderPath
Type: Microsoft.Exchange.Data.MapiFolderPath