Definition
- Namespace:
- Tizen.Messaging.Messages
- Assembly:
- Tizen.Messaging.dll
- API Level:
- 3
This class represents message search filters.
public class MessagesSearchFilter
- Inheritance
-
Constructors
View Source
MessagesSearchFilter()
Creates a search filter for searching messages.
Declaration
public MessagesSearchFilter()
API Level: 3
Properties
Declaration
public string AddressKeyword { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3
Declaration
public MessageBoxType MessageBoxType { get; set; }
Property Value
API Level: 3
Declaration
public MessageType MessageType { get; set; }
Property Value
API Level: 3
View Source
TextKeyword
The keyword to search in the text and the subject.
Declaration
public string TextKeyword { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 3