IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

content_type_attr Property

The attributes for content-type header of the message which was encoded/decoded.

Syntax

def get_content_type_attr() -> str: ...
def set_content_type_attr(value: str) -> None: ...

content_type_attr = property(get_content_type_attr, set_content_type_attr)

Default Value

""

Remarks

This property contains content-type attributes such as "filename", "boundary", "charset", etc.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Python Edition - Version 20.0 [Build 8249]