models.restore_outlook_params module

class models.restore_outlook_params.RestoreOutlookParams(mailbox_vec=None, pst_params=None, target_folder_path=None, target_mailbox=None)[source]

Bases: object

Implementation of the ‘RestoreOutlookParams’ model.

TODO: type model description here.

Attributes:
mailbox_vec (list of RestoreOutlookParamsMailbox): In a RestoreJob ,

user will provide the list of mailboxes to be restored. Provision is there for restoring full AND partial mailbox recovery.

pst_params (EwsToPstConversionParams): These are the parameters that

user can provide for converting/recovering selected EWS items to PST format.

target_folder_path (string): TODO: type description here. target_mailbox (EntityProto): Specifies the attributes and the latest

statistics about an entity.

classmethod from_dictionary(dictionary)[source]

Creates an instance of this model from a dictionary

Args:

dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.

Returns:

object: An instance of this structure class.