Compartir a través de


MapiFolderPath.Item Property

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    level As Integer _
) As String
    Get
'Usage
Dim instance As MapiFolderPath
Dim level As Integer
Dim value As String

value = instance(level)
public string this[
    int level
] { get; }

Parameters

Property Value

Type: System.String