Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

SendMail Method

Sends a new email.

Syntax

public fun sendMail(saveToSentItems: Boolean)

Remarks

This method sends a new message.

Example


office365.MessageSubject = "I saw a Tree";
office365.MessageImportance = "High";
office365.MessageBodyContentType = "TEXT";
office365.MessageBodyContent = "It was in my back yard initially. It was still there when I last checked.";
office365.MessageTo = "TreeLookOut@gmail.com";

office365.SendMail(True);

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