:: com :: sun :: star :: sync ::

deprecated constants group SyncType
Usage Restrictions
deprecated

Constants
NONE  
FILE  
FOLDER  
VFS_FILE  
VFS_FOLDER  
POP3  
IMAP  
Constants' Details
NONE
const unsigned long NONE = 0;
FILE
const unsigned long FILE = 1;
FOLDER
const unsigned long FOLDER = 2;
VFS_FILE
const unsigned long VFS_FILE = 3;
VFS_FOLDER
const unsigned long VFS_FOLDER = 4;
POP3
const unsigned long POP3 = 5;
IMAP
const unsigned long IMAP = 6;
Top of Page