models.ews_to_pst_conversion_params module¶
-
class
models.ews_to_pst_conversion_params.
EwsToPstConversionParams
(create_pst=None, option_flags=None, pst_name_prefix=None, pst_password=None, pst_size_threshold=None)[source]¶ Bases:
object
Implementation of the ‘EwsToPstConversionParams’ model.
- Attributes:
- create_pst (bool): Create Msg files or Pst.
false value indicates only create msg files. Default value is true.
- option_flags (int): ConvertEwsToPst flags of pstSizeThreshold
ConvertEwsToPSTOptionFlags.
pst_name_prefix (string): Name prefix for generated PST files. pst_password (string): Optional password to be set for the output PSTs. pst_size_threshold (long|int): PST rotation size in bytes.
-
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.