public final class SearchItemType
extends Enum
Provides the item type values to limit search results to only a specific type of item.
Modifier and Type | Field and Description |
---|---|
static int |
Contacts
Corresponds to contacts.
|
static int |
Docs
Corresponds to documents.
|
static int |
Email
Corresponds to emails.
|
static int |
Faxes
Corresponds to faxes.
|
static int |
Im
Corresponds to instant messages.
|
static int |
Journals
Corresponds to journals.
|
static int |
Meetings
Corresponds to appointments and meeting requests.
|
static int |
Notes
Corresponds to notes.
|
static int |
Posts
Corresponds to posts.
|
static int |
RssFeeds
Corresponds to rss feeds.
|
static int |
Tasks
Corresponds to tasks.
|
static int |
Voicemail
Corresponds to voice-mail.
|
public static final int Contacts
Corresponds to contacts.
public static final int Docs
Corresponds to documents.
public static final int Email
Corresponds to emails.
public static final int Faxes
Corresponds to faxes.
public static final int Im
Corresponds to instant messages.
public static final int Journals
Corresponds to journals.
public static final int Meetings
Corresponds to appointments and meeting requests.
public static final int Notes
Corresponds to notes.
public static final int Posts
Corresponds to posts.
public static final int RssFeeds
Corresponds to rss feeds.
public static final int Tasks
Corresponds to tasks.
public static final int Voicemail
Corresponds to voice-mail.