message_headers_string Property

String representation of RFC822-encoded headers of the message.

Syntax

def get_message_headers_string() -> str: ...

message_headers_string = property(get_message_headers_string, None)

Default Value

""

Remarks

This property holds the full headers of the message in RFC822 format.

This property is read-only.

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