constants group SyncType in module com::sun::star::sync::

(Global Index)

Syntax

constants group SyncType;

Constants Summary

NONE

FILE

FOLDER

VFS_FILE

VFS_FOLDER

POP3

IMAP

Field Details



NONE

Syntax

const unsigned long  NONE = 0;

FILE

Syntax

const unsigned long  FILE = 1;

FOLDER

Syntax

const unsigned long  FOLDER = 2;

VFS_FILE

Syntax

const unsigned long  VFS_FILE = 3;

VFS_FOLDER

Syntax

const unsigned long  VFS_FOLDER = 4;

POP3

Syntax

const unsigned long  POP3 = 5;

IMAP

Syntax

const unsigned long  IMAP = 6;
Top of Page