Class MessagesSearchFilter
Definition
- Assembly:
- Tizen.Messaging.dll
This class represents message search filters.
public class MessagesSearchFilter
- Inheritance
-
objectMessagesSearchFilter
Constructors
View SourceMessagesSearchFilter()
Creates a search filter for searching messages.
Declaration
public MessagesSearchFilter()
Properties
View SourceAddressKeyword
The recipient address.
Declaration
public string AddressKeyword { get; set; }
Property Value
Type | Description |
---|---|
string |
MessageBoxType
The message box type.
Declaration
public MessageBoxType MessageBoxType { get; set; }
Property Value
Type | Description |
---|---|
MessageBoxType |
MessageType
The message type.
Declaration
public MessageType MessageType { get; set; }
Property Value
Type | Description |
---|---|
MessageType |
TextKeyword
The keyword to search in the text and the subject.
Declaration
public string TextKeyword { get; set; }
Property Value
Type | Description |
---|---|
string |