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