MailboxSearchObject.Senders Property

Namespace:  Microsoft.Exchange.Data.Storage.Infoworker.MailboxSearch
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public ReadOnly Property Senders As MultiValuedProperty(Of String)
    Get
'Usage
Dim instance As MailboxSearchObject
Dim value As MultiValuedProperty(Of String)

value = instance.Senders
public MultiValuedProperty<string> Senders { get; }