Share via


Mailbox.CloneableProperties property

Gets the properties required to create a copy of this mailbox instance.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property CloneableProperties As IEnumerable(Of PropertyInfo)
    Get
'Usage
Dim value As IEnumerable(Of PropertyInfo)

value = Me.CloneableProperties
protected override IEnumerable<PropertyInfo> CloneableProperties { get; }

Property value

Type: System.Collections.Generic.IEnumerable<PropertyInfo>
The properties required to create a copy of this mailbox.

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace