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