MapiFolderPath Constructor (String, Boolean)
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
folderPath As String, _
nonIpmSubtree As Boolean _
)
'Usage
Dim folderPath As String
Dim nonIpmSubtree As Boolean
Dim instance As New MapiFolderPath(folderPath, _
nonIpmSubtree)
public MapiFolderPath(
string folderPath,
bool nonIpmSubtree
)