models.type_exchange_restore_parameters_enum module

class models.type_exchange_restore_parameters_enum.TypeExchangeRestoreParametersEnum[source]

Bases: object

Implementation of the ‘Type_ExchangeRestoreParameters’ enum.

Specifies the Exchange restore type. Specifies the type of Exchange restore.

‘kNone’ specifies no special behaviour. ‘kView’ specifies the option to create a view which cann be used by the external tools like Kroll to perform mailbox or mail-item recovery. ‘kDatabase’ specifies the option to restore an Exchange database.

Attributes:

KNONE: TODO: type description here. KVIEW: TODO: type description here. KDATABASE: TODO: type description here.

KDATABASE = 'kDatabase'
KNONE = 'kNone'
KVIEW = 'kView'