public final class ExchangeListContactsOptions
extends Enum
Enumerates the list contacts options
Modifier and Type | Field and Description |
---|---|
static int |
FetchPhoto
Defines, whether a contact photo to be retrieved from a server.
|
static int |
FetchPhotoAndAttachments
Defines, whether a contact photo to be retrieved from a server.
|
static int |
None
No specific options are defined
|
public static final int None
No specific options are defined
public static final int FetchPhoto
Defines, whether a contact photo to be retrieved from a server.
public static final int FetchPhotoAndAttachments
Defines, whether a contact photo to be retrieved from a server.