Mailbox.ArchiveName Property

Gets or sets the name of the archive mailbox.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ArchiveName As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of String)

value = instance.ArchiveName

instance.ArchiveName = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<string> ArchiveName { get; set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The name of the archive mailbox.