Compartir a través de


MapiFolderPath.Parse Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public Shared Function Parse ( _
    input As String _
) As MapiFolderPath
'Usage
Dim input As String
Dim returnValue As MapiFolderPath

returnValue = MapiFolderPath.Parse(input)
public static MapiFolderPath Parse(
    string input
)

Parameters