MailboxSearchObject.SourceMailboxes Property
Namespace: Microsoft.Exchange.Data.Storage.Infoworker.MailboxSearch
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public ReadOnly Property SourceMailboxes As MultiValuedProperty(Of ADObjectId)
Get
'Usage
Dim instance As MailboxSearchObject
Dim value As MultiValuedProperty(Of ADObjectId)
value = instance.SourceMailboxes
public MultiValuedProperty<ADObjectId> SourceMailboxes { get; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<ADObjectId>