Cloud Mail 2020 Kotlin Edition

Questions / Feedback?

Forward Method

Forwards a message.

Syntax

public fun forward(id: String?, comment: String?, toRecipients: String?)

Remarks

This method forwards a message specified by id. toRecipients accepts a comma separated list of emails to forward the message to.

Example (Forwarding a Message to Two Addresses)


office365.Forward(messageId, "This is an email I am forwarding.", "someguy@gmail.com, notreal@nsoftware.com");

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