PublicFolder.Name Property

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

Syntax

'Declaration
<ParameterAttribute> _
Public Property Name As String
    Get
    Set
'Usage
Dim instance As PublicFolder
Dim value As String

value = instance.Name

instance.Name = value
[ParameterAttribute]
public string Name { get; set; }

Property Value

Type: System.String