Previous Topic: API TypedefsNext Topic: Typedef WGN_IMPORTOBJ_FORMAT


Typedef WGN_IMPORTOBJ_TYPE

This enumerates the supported types of import operation. The RDI can currently import e‑mail and IM data.

typedef [v1_enum] enum
{
    WGN_IMPORTOBJ_TYPE_EMAIL       = 0,
    WGN_IMPORTOBJ_TYPE_IM          = 1,
    WGN_IMPORTOBJ_TYPE_FILE        = 2,
    WGN_IMPORTOBJ_TYPE_PRECREATED  = 3
}
WGN_IMPORTOBJ_TYPE;