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