MailboxFolder.Name Property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
<ValidateNotNullOrEmptyAttribute> _
Public Property Name As String
Get
Set
'Usage
Dim instance As MailboxFolder
Dim value As String
value = instance.Name
instance.Name = value
[ValidateNotNullOrEmptyAttribute]
public string Name { get; set; }
Property Value
Type: System.String