Mailbox.AggregatedMailboxGuids property

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

Syntax

'Declaration
Public ReadOnly Property AggregatedMailboxGuids As MultiValuedProperty(Of Guid)
    Get
'Usage
Dim instance As Mailbox
Dim value As MultiValuedProperty(Of Guid)

value = instance.AggregatedMailboxGuids
public MultiValuedProperty<Guid> AggregatedMailboxGuids { get; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<Guid>

See also

Reference

Mailbox class

Mailbox members

Microsoft.Exchange.Data.Directory.Management namespace