Cloud Mail 2020 Python Edition

Questions / Feedback?

message_attachments Property

A semicolon separated list of files to attach to a message.

Syntax

def get_message_attachments() -> str: ...
def set_message_attachments(value: str) -> None: ...

message_attachments = property(get_message_attachments, set_message_attachments)

Default Value

""

Remarks

This property contains a semicolon separated list of files to attach to a message. These files are added to a message created with create_draft or messages sent with send_mail.

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