Cloud Mail 2020 Python Edition

Questions / Feedback?

message_content_type Property

The ContentType of the message.

Syntax

def get_message_content_type() -> str: ...

message_content_type = property(get_message_content_type, None)

Default Value

""

Remarks

This property denotes the type of content contained in the message, such as plain, multipart, multipart/alternative etc. You may also need to check the message_content_encoding property or read the individual message parts.

This property is read-only.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 7718]