LocalLongFullPath.Parse method

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

Syntax

'Declaration
Public Shared Function Parse ( _
    path As String _
) As LocalLongFullPath
'Usage
Dim path As String
Dim returnValue As LocalLongFullPath

returnValue = LocalLongFullPath.Parse(path)
public static LocalLongFullPath Parse(
    string path
)

Parameters

Return value

Type: Microsoft.Exchange.Data.LocalLongFullPath

See also

Reference

LocalLongFullPath class

LocalLongFullPath members

Microsoft.Exchange.Data namespace